n.chains<- | R Documentation |
Generic function
n.chains(object)<-value
object |
Depending on the class of |
value |
Replacement value |
Generic Function
Depends on the class of object
, see individual methods
Simon Taylor Rebecca Killick
n.chains<–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.chains(x) = 3 # replaces the existing n.chains item in the MCMC.options slot in x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.