print.dirichletprocess | R Documentation |
Print a Dirichlet process object. This will print some basic information
about the dirichletprocess
object.
## S3 method for class 'dirichletprocess'
print(x, param_summary = FALSE, digits = 2, ...)
x |
Dirichlet Process Object to print. |
param_summary |
If |
digits |
Integer; Number of digits to display. |
... |
Further arguments passed to or from other methods. |
dp <- Fit(DirichletProcessGaussian(rnorm(10)), 100)
dp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.