eigenPCA: Perform an Eigen Analysis to Construct Principal Components

Description Usage Arguments Examples

View source: R/eigenPCA.R

Description

This function will allow you to construct a set of principal components using the eigen analysis of the covariance matrix built from the input data frame. The function will return, as a list, the covariance matrix, the linear combinations of the principal components, the total sample variance of each component, and a matrix containing the correlation coefficients between each linear combination and each variable.

Usage

1

Arguments

df

, df is a data frame of quantatative variables

Examples

1
2

s-huebler/rotateS21 documentation built on Dec. 22, 2021, 8:21 p.m.