print.emmix {EMMIXmfa}R Documentation

Print Method for Class 'emmix'

Description

Prints a formatted model parameters of EMMIXmfa objects.

Usage

## S3 method for class 'emmix'
print(x, ...)
## S3 method for class 'emmix'
summary(object, ...)

Arguments

x, object

An object of class 'emmix'.

...

Not used.

Details

Prints the formatted model parameter values to the screen.

Examples


set.seed(1984)
Y <- scale(iris[, -5])
model <- mcfa(Y, g = 3, q = 3, nkmeans = 1, nrandom = 0, itmax = 100)
#
print(model)
summary(model)


[Package EMMIXmfa version 2.0.14 Index]