Description Usage Arguments Details Examples
Given a fitted model of class
'emmix' (or of class
'mfa', 'mcfa', 'mtfa' and
'mctfa'), the predict function
predict clusters for observations.
1 2 |
object |
An object of class |
Y |
A data matrix with variable in the same
column locations as the data used in
fitting the model |
... |
Not used. |
A vector integers of length equal to number of observations (rows) in the data. The integers range from 1 to g where g in the number of components in the model.
The variables in Y of the predict
function should be in the order as those used in
obtaining the fitted model object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.