The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.3.0 |
Depends: | R (≥ 3.3.0) |
Imports: | relaimpo, Rmisc, caret, ggplot2, reshape2, logger |
Suggests: | parallel, testthat |
Published: | 2023-06-01 |
DOI: | 10.32614/CRAN.package.RelimpPCR |
Author: | Michael Hernandez, Yuri Balasanov |
Maintainer: | Michael Hernandez <michael at hernandez.ai> |
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.3.0.tar.gz |
Windows binaries: | r-devel: RelimpPCR_0.3.0.zip, r-release: RelimpPCR_0.3.0.zip, r-oldrel: RelimpPCR_0.3.0.zip |
macOS binaries: | r-release (arm64): RelimpPCR_0.3.0.tgz, r-oldrel (arm64): RelimpPCR_0.3.0.tgz, r-release (x86_64): RelimpPCR_0.3.0.tgz, r-oldrel (x86_64): RelimpPCR_0.3.0.tgz |
Old sources: | RelimpPCR archive |
Please use the canonical form https://CRAN.R-project.org/package=RelimpPCR to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.