auto.pca {auto.pca} | R Documentation |
Automatic Variable Reduction Using Principal Component Analysis
Description
Prints the uncorrelated variables from the input dataframe
Usage
auto.pca(input_data)
Arguments
input_data |
dataframe without ID Variables & Categorical Variables |
Examples
auto.pca(attitude)
[Package auto.pca version 0.3 Index]