Rdocumentation
powered by
Learn R Programming
mdatools (version 0.5.3)
predict.pca: PCA predictions
Description
Applies PCA model to a new data
Usage
## S3 method for class 'pca': 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
)