Printing of Results from the mvnpEM Algorithm Output
print.mvnpEM.Rdprint method for class mvnpEM.
Usage
# S3 method for class 'mvnpEM'
print(x, ...)Details
print.mvnpEM prints the elements of an mvnpEM object
without printing the data or the posterior probabilities.
(These may still be accessed as x$data and x$posteriors.)
Value
print.mvnpEM returns (invisibly) the full value of x itself,
including the data and posteriors elements.