mctest: An R Package for Detection of Collinearity among Regressors

It is common for linear regression models to be plagued with the problem of multicollinearity when two or more regressors are highly correlated. This problem results in unstable estimates of regression coefficients and causes some serious problems in validation and interpretation of the model. Different diagnostic measures are used to detect multicollinearity among regressors. Many statistical software and R packages provide few diagnostic measures for the judgment of multicollinearity. Most widely used diagnostic measures in these software are: coefficient of determination (R2 ), variance inflation factor/tolerance limit (VIF/TOL), eigenvalues, condition number (CN) and condition index (CI) etc. In this manuscript, we present an R package, mctest, that computes popular and widely used multicollinearity diagnostic measures. The package also indicates which regressors may be the reason of collinearity among regressors.

Muhammad Imdadullah , Muhammad Aslam , Saima Altaf
2016-12-12

CRAN packages used

mctest, perturb, HH, car, fmsb, rms, faraway, usdm, VIF, leaps, bestglm, glmulti, meifly

CRAN Task Views implied by cited packages

SocialSciences, Econometrics, ChemPhys, ClinicalTrials, Finance, Multivariate, ReproducibleResearch, Survival

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Imdadullah, et al., "mctest: An R Package for Detection of Collinearity among Regressors", The R Journal, 2016

BibTeX citation

@article{RJ-2016-062,
  author = {Imdadullah, Muhammad and Aslam, Muhammad and Altaf, Saima},
  title = {mctest: An R Package for Detection of Collinearity among Regressors},
  journal = {The R Journal},
  year = {2016},
  note = {https://doi.org/10.32614/RJ-2016-062},
  doi = {10.32614/RJ-2016-062},
  volume = {8},
  issue = {2},
  issn = {2073-4859},
  pages = {495-505}
}