Printing non- and semi-parametric multivariate mixture model fits
print.npEM.Rdprint method for class npEM.
Usage
# S3 method for class 'npEM'
print(x, ...)Details
print.npEM prints the elements of an npEM object
without printing the data or the posterior probabilities.
(These may still be accessed as x$data and x$posteriors.)
Value
print.npEM returns (invisibly) the full value of x itself,
including the data and posteriors elements.