1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  
     | 
    
      \name{predict.MFA}
\alias{predict.MFA}
\title{Predict projection for new rows with Multiple Factor Analysis}
\description{
Predict the projection of new rows with Multiple Factor Analysis.
}
\usage{
\method{predict}{MFA}(object, newdata, \dots)
}
\arguments{
  \item{object}{an object of class MFA}
  \item{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.}
  \item{\dots}{Other options.}
}
\author{Francois Husson \email{francois.husson@institut-agro.fr}}
\seealso{ \code{\link{MFA}}}
 
     |