predict.mvPCA: Prediction Method for a Principal Component Object of Type mvPCA
Description
Prediction method for class mvPCA.
Usage
# S3 method for mvPCA
predict(object, newdata, ...)
Value
a matrix with the predicted principal components.
Arguments
- object
an object of class mvloc
.
- newdata
New data with the same variables. If missing just the scores of object are returned.
- ...
needed for other methods.