predict.pca: PCA predictions

View source: R/pca.R

predict.pcaR Documentation

PCA predictions

Description

Applies PCA model to a new data set.

Usage

## S3 method for class 'pca'
predict(object, x, ...)

Arguments

object

a PCA model (object of class pca).

x

data values (matrix or data frame).

...

other arguments.

Value

PCA results (an object of class pcares)


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.