R/print.multimixResults.R
print.multimixResults.Rd
S3 method for the printing of multimix results
# S3 method for multimixResults
print(x, n = FALSE, ...)
an object of class multimixResults
---see mmain
for a description.
display the last few iterations of the cluster probabilities. If
TRUE
then the last 5 iterations will be displayed by default.
Alternatively, a positive integer can be supplied. If this exceeds the
number of actual iterations, the output will be truncated.
other parameters passed to print
. Not currently used.
No return value, called for side effects.