# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "linreg" in publications use:' type: software license: GPL-3.0-only title: 'linreg: Linear Regression and Model Selection Framework' version: 0.1.0 doi: 10.32614/CRAN.package.linreg abstract: Provides a comprehensive framework for linear regression modeling and associated statistical analysis. The package implements methods for correlation analysis, including computation of correlation matrices with corresponding significance levels and visualization via correlation heatmaps. It supports estimation of multiple linear regression models, along with automated model selection through backward elimination procedures based on statistical significance criteria. In addition, the package offers a suite of diagnostic tools to assess key assumptions of linear regression, including multicollinearity using variance inflation factors, heteroscedasticity using the Goldfeld-Quandt test, and normality of residuals using the Shapiro-Wilk test. These functionalities, as described in Draper and Smith (1998) , are designed to facilitate robust model building, evaluation, and interpretation in applied statistical and data analytical contexts. authors: - family-names: Pandit given-names: Dr. Pramit email: pramitpandit@gmail.com - family-names: Ghose given-names: Dr. Bikramjeet - family-names: Mazumder given-names: Dr. Chiranjit repository: https://cran.r-universe.dev commit: a67d997fd49df5816aee0510bf00fe95607289fc date-released: '2026-04-16' contact: - family-names: Pandit given-names: Dr. Pramit email: pramitpandit@gmail.com