PCA: Principal component analysis for given set of variables...

View source: R/pca.R

PCAR Documentation

Principal component analysis for given set of variables Performs a principal components analysis using the stats package, on all variables provided in data. Converts to data.table and removes duplicate or incomplete rows before processing.

Description

Principal component analysis for given set of variables Performs a principal components analysis using the stats package, on all variables provided in data. Converts to data.table and removes duplicate or incomplete rows before processing.

Usage

PCA(data)

Arguments

data

a datatable or dataframe with varibles to be analyzed for PCA, note the dat atable provided should be a subset excluding any metadata columns

Author(s)

Daniel Reed, Emily Chisholm


Echisholm21/multivaR documentation built on March 30, 2022, 5:55 a.m.