predict.pca {mdatools} | 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
)