PCA | R Documentation |
data
. Converts to
data.table and removes duplicate or incomplete rows before processing.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.
PCA(data)
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 |
Daniel Reed, Emily Chisholm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.