Learn R Programming

EMMIXmfa (version 2.0.11)

print.emmix: Print Method for Class 'emmix'

Description

Prints a formatted model parameters of EMMIXmfa objects.

Usage

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

Arguments

x, object

An object of class 'emmix'.

...

Not used.

Details

Prints the formatted model parameter values to the screen.

Examples

Run this code
# \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