Rdocumentation
powered by
Learn R Programming
mdatools (version 0.7.0)
predict.pca: PCA predictions
Description
Applies PCA model to a new data
Usage
"predict"(object, x, cv = F, ...)
Arguments
object
a PCA model (object of class
pca
)
x
a matrix with data values
cv
logical, are predictions for cross-validation or not
...
other arguments
Value
PCA results (an object of class
pcares
)