n.burn | R Documentation |
Generic function
n.burn(object)
object |
Depending on the class of |
Generic Function
Depends on the calss of object
, see individual methods
Simon Taylor Rebecca Killick
n.burn-methods
x = new("pcpt") # new pcpt object
MCMC.options(x) = list(
n.iter = 1e6, n.chains = 1,
n.burn = 1e4, cachesize = 50,
quiet = FALSE)
n.burn(x) # retrieves the n.burn item in the MCMC.options slot from x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.