This function is the print method for the mixfitEM class.
Usage
# S3 method for mixfitEM
print(x, digits = getOption("digits"), ...)
Arguments
x
an object of class mixfitEM
digits
the digits to print for the values in the print output. The default
value is from the global option getOption("digits").
...
other arguments passed to print
Details
print.mixfitEM prints the value of the parameters of a fitted mixture model, together
with some other information like the number of iterations of the EM algorithm, the loglikelihood,
the value of AIC and BIC.