Performs Principal Components Analysis (also known as PCA) dimensionality reduction in the context of a linear regression. In most cases, PCA dimensionality reduction is performed independent of the response variable for a regression. This captures the majority of the variance of the model's predictors, but may not actually be the optimal dimensionality reduction solution for a regression against the response variable. An alternative method, optimized for a regression against the response variable, is to use both PCA and a relative importance measure. This package applies PCA to a given data frame of predictors, and then calculates the relative importance of each PCA factor against the response variable. It outputs ordered factors that are optimized for model fit. By performing dimensionality reduction with this method, an individual can achieve a the same r-squared value as performing just PCA, but with fewer PCA factors. References: Yuri Balasanov (2017) <https://ilykei.com>.
Version: | 0.2.4 |
Depends: | R (≥ 3.3.0) |
Imports: | relaimpo, Rmisc, caret, ggplot2, reshape2 |
Suggests: | parallel, testthat |
Published: | 2019-05-02 |
Author: | Michael Hernandez, Yuri Balasanov |
Maintainer: | Michael Hernandez <hernandez at uchicago.edu> |
BugReports: | https://github.com/mhernan88/RelimpPCR/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/mhernan88/RelimpPCR |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | RelimpPCR results |
Reference manual: | RelimpPCR.pdf |
Package source: | RelimpPCR_0.2.4.tar.gz |
Windows binaries: | r-devel: RelimpPCR_0.2.4.zip, r-release: RelimpPCR_0.2.4.zip, r-oldrel: RelimpPCR_0.2.4.zip |
macOS binaries: | r-release: RelimpPCR_0.2.4.tgz, r-oldrel: RelimpPCR_0.2.4.tgz |
Old sources: | RelimpPCR archive |
Please use the canonical form https://CRAN.R-project.org/package=RelimpPCR to link to this page.