print: Print Method for Class 'emmix'

Description Usage Arguments Details Examples

Description

Prints a formatted model parameters of EMMIXmfa objects.

Usage

1
2
3
4
## 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

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

suren-rathnayake/EMMIXmfa documentation built on May 17, 2019, 8:45 p.m.