CRAN/E | RelimpPCR

RelimpPCR

Relative Importance PCA Regression

Installation

About

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) .

github.com/mhernan88/RelimpPCR
Bug report File report

Key Metrics

Version 0.3.0
R ≥ 3.3.0
Published 2023-06-01 334 days ago
Needs compilation? no
License MIT
License File
CRAN checks RelimpPCR results

Downloads

Yesterday 3 0%
Last 7 days 47 -30%
Last 30 days 176 -1%
Last 90 days 510 -36%
Last 365 days 2.482 -6%

Maintainer

Maintainer

Michael Hernandez

michael@hernandez.ai

Authors

Michael Hernandez
Yuri Balasanov

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RelimpPCR archive

Depends

R ≥ 3.3.0

Imports

relaimpo
Rmisc
caret
ggplot2
reshape2
logger

Suggests

parallel
testthat