predict.CA {FactoMineR}R Documentation

Predict projection for new rows with Correspondence Analysis

Description

Predict the projection of new rows with Correspondence Analysis.

Usage

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

Arguments

object

an object of class CA

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.

Author(s)

Francois Husson francois.husson@institut-agro.fr

See Also

CA


[Package FactoMineR version 2.11 Index]