auto.pca (version 0.3)

auto.pca: 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

Run this code
# NOT RUN {
auto.pca(attitude)
# }

Run the code above in your browser using DataCamp Workspace