PCAxform | R Documentation |
PCA transform function Obtain the dataframe with the Principal Components after the rotation. ELo 201911 GWU DATS
PCAxform(df, z = TRUE)
df |
The dataframe. |
z |
T/F or 0/1 for z-score to be used |
The transformed dataframe.
tmp = PCAxform(USArrests,TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.