File: predict.PCA.Rd

package info (click to toggle)
r-cran-factominer 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,004 kB
  • sloc: ansic: 192; sh: 4; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (3)
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.PCA}

\alias{predict.PCA}

\title{Predict projection for new rows with Principal Component Analysis}

\description{
Predict the projection of new rows with Principal Component Analysis.
}

\usage{
\method{predict}{PCA}(object, newdata, \dots)
}

\arguments{
  \item{object}{an object of class PCA}
  \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{husson@agrocampus-ouest.fr}}

\seealso{ \code{\link{PCA}}}