powered by
Prints a formatted model parameters of EMMIXmfa objects.
EMMIXmfa
# S3 method for emmix print(x, ...) # S3 method for emmix summary(object, ...)
An object of class 'emmix'.
'emmix'
Not used.
Prints the formatted model parameter values to the screen.
# \donttest{ set.seed(1984) Y <- scale(iris[, -5]) model <- mcfa(Y, g = 3, q = 3, nkmeans = 1, nrandom = 0, itmax = 100) # print(model) summary(model) # }
Run the code above in your browser using DataLab