extractControlElement {nimble} | R Documentation |
Extract named elements from MCMC sampler control list
Description
Extract named elements from MCMC sampler control list
Usage
extractControlElement(controlList, elementName, defaultValue, error)
Arguments
controlList |
control list object, which is passed as an argument to all MCMC sampler setup functions. |
elementName |
character string, giving the name of the element to be extracted from the control list. |
defaultValue |
default value of the control list element, giving the value to be used when the |
error |
character string, giving the error message to be printed if no |
Value
The element of controlList
whose name matches elementName
. If no controlList
name matches elementName
, then defaultValue
is returned.
Author(s)
Daniel Turek
[Package nimble version 1.2.1 Index]