predict.PCA: Predict projection for new rows with Principal Component Analysis
Description
Predict the projection of new rows with Principal Component Analysis.
Usage
# S3 method for PCA
predict(object, newdata, ...)
Arguments
- object
an object of class PCA
- newdata
A data frame or a matrix in which to look for variables with which to predict. newdata must contain columns with the same names as the original data.
- ...
Other options.