ds.PCA | R Documentation |
Perform a non-disclosive PCA with the option of centering and scaling (unit variance) the pooled data
ds.PCA(
x,
method = "fast",
ncomp = 2,
scale = TRUE,
center = TRUE,
datasources = NULL
)
x |
|
method |
|
ncomp |
|
scale |
|
center |
|
datasources |
a list of |
data frame
With the principal components (columns) and variables (rows)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.