| predict.mca | R Documentation |
Used to compute coordinates for additional rows or additional factors in a multiple correspondence analysis.
## S3 method for class 'mca'
predict(object, newdata, type = c("row", "factor"), ...)
object |
An object of class |
newdata |
A data frame containing either additional rows of the factors used to
fit |
type |
Are predictions required for further rows or for new factors? |
... |
Additional arguments from |
If type = "row", the coordinates for the additional rows.
If type = "factor", the coordinates of the column vertices for the
levels of the new factors.
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.
mca, plot.mca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.