auto.pca: Automatic Variable Reduction Using Principal Component Analysis

PCA done by eigenvalue decomposition of a data correlation matrix, here it automatically determines the number of factors by eigenvalue greater than 1 and it gives the uncorrelated variables based on the rotated component scores, Such that in each principal component variable which has the high variance are selected. It will be useful for non-statisticians in selection of variables. For more information, see the <http://www.ijcem.org/papers032013/ijcem_032013_06.pdf> web page.

Getting started

Package details

AuthorNavinkumar Nedunchezhian
MaintainerNavinkumar Nedunchezhian <navinkumar.nedunchezhian@gmail.com>
LicenseGPL-2
Version0.3
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("auto.pca")

Try the auto.pca package in your browser

Any scripts or data that you put into this service are public.

auto.pca documentation built on May 2, 2019, 3:29 p.m.