powered by
print method for class npEM.
print
npEM
# S3 method for npEM print(x, ...)
print.npEM returns (invisibly) the full value of x itself, including the data and posteriors elements.
print.npEM
x
data
posteriors
an object of class npEM such as a result of a call to npEM
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.)
x$data
x$posteriors
npEM, plot.npEM summary.npEM
plot.npEM
summary.npEM
data(Waterdata) set.seed(100) if (FALSE) npEM(Waterdata[,3:10], 3, bw=4, verb=FALSE) # Assume indep but not iid
Run the code above in your browser using DataLab