View source: R/mcmcInternals.R
nimbleParameters | R Documentation |
A function that creates a list of parameter values that are required for configuring, building and running the MCMC compiler for NIMBLE and chooses sensible defaults if they are not given
nimbleParameters(..., warnNotFound = FALSE)
... |
Parameters to be passed to the constituent NIMBLE functions
|
warnNotFound |
A logical scalar denoting whether a warning should be
given if an argument in the |
A list
with named elements corresponding to each of the constituent
NIMBLE functions. Each of these elements is a list
with named elements
corresponding to each of the constituent function arguments and the unevaluated
expression to be passed to those arguments
Joseph D. Chipperfield, joechip90@googlemail.com
configureMCMC
, runMCMC
,
nimbleModel
, compileNimble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.