print.emmix {EMMIXmfa} | R Documentation |
Prints a formatted model parameters of
EMMIXmfa
objects.
## S3 method for class 'emmix' print(x, ...) ## S3 method for class 'emmix' summary(object, ...)
x, object |
An object of class |
... |
Not used. |
Prints the formatted model parameter values to the screen.
set.seed(1984) Y <- scale(iris[, -5]) model <- mcfa(Y, g = 3, q = 3, nkmeans = 1, nrandom = 0, itmax = 100) # print(model) summary(model)