predict.mvPCA | R Documentation |
Prediction method for class mvPCA.
## S3 method for class 'mvPCA'
predict(object, newdata, ...)
object |
an object of class |
newdata |
New data with the same variables. If missing just the scores of object are returned. |
... |
needed for other methods. |
a matrix with the predicted principal components.
Klaus Nordhausen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.