predict.mvPCA {MNM}R Documentation

Prediction Method for a Principal Component Object of Type mvPCA

Description

Prediction method for class mvPCA.

Usage

## S3 method for class 'mvPCA':
predict(object, newdata, ...)

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.

Value

a matrix with the predicted principal components.

Author(s)

Klaus Nordhausen, klaus.nordhausen@uta.fi


[Package MNM version 0.95-1 Index]