n.iter | R Documentation |
Generic function
n.iter(object)
object |
Depending on the class of |
Generic Function
Depends on the calss of object
, see individual methods
Simon Taylor Rebecca Killick
n.iter-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.iter(x) # retrieves the n.iter 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.