predict.pca | R Documentation |
Applies PCA model to a new data set.
## S3 method for class 'pca'
predict(object, x, ...)
object |
a PCA model (object of class |
x |
data values (matrix or data frame). |
... |
other arguments. |
PCA results (an object of class pcares
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.