| print.npEM {mixtools} | R Documentation |
print method for class npEM.
## S3 method for class 'npEM': print(x, ...)
x |
an object of class npEM such as a result of a call
to npEMindrep |
... |
Additional arguments to print |
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.)
print.npEM returns (invisibly) the full value of x itself,
including the data and posteriors elements.
npEMindrep,
plot.npEM
summary.npEM
data(Waterdata) npEMindrep(Waterdata, 3, bw=4, verb=FALSE) # Assume indep but not iid