JAGS_to_monitor {BayesTools} | R Documentation |
Create list of monitored parameters for 'JAGS' model
Description
Creates a vector of parameter names to be monitored in a 'JAGS' model.
Usage
JAGS_to_monitor(prior_list)
Arguments
prior_list |
named list of prior distribution (names correspond to the parameter names) |
Value
JAGS_to_monitor
returns a character vector of
parameter names.
[Package BayesTools version 0.2.17 Index]