View source: R/class_generic.R
| summary.BNPdens | R Documentation |
The summary.BNPdens method provides summary information on BNPdens objects.
## S3 method for class 'BNPdens' summary(object, ...)
object |
an object of class |
... |
additional arguments |
data_toy <- c(rnorm(100, -3, 1), rnorm(100, 3, 1))
grid <- seq(-7, 7, length.out = 50)
est_model <- PYdensity(y = data_toy, mcmc = list(niter = 100,
nburn = 10, napprox = 10), output = list(grid = grid))
class(est_model)
summary(est_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.