S3 method for the printing of multimix results

# S3 method for multimixResults
print(x, n = FALSE, ...)

Arguments

x

an object of class multimixResults---see mmain for a description.

n

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.

Value

No return value, called for side effects.

Author

James Curran