Opts {SoftBart} | R Documentation |
MCMC options for SoftBart
Description
Creates a list that provides the parameters for running the Markov chain.
Usage
Opts(
num_burn = 2500,
num_thin = 1,
num_save = 2500,
num_print = 100,
update_sigma_mu = TRUE,
update_s = TRUE,
update_alpha = TRUE,
update_beta = FALSE,
update_gamma = FALSE,
update_tau = TRUE,
update_tau_mean = FALSE,
update_sigma = TRUE,
cache_trees = TRUE
)
Arguments
num_burn |
Number of warmup iterations for the chain. |
num_thin |
Thinning interval for the chain. |
num_save |
The number of samples to collect; in total, |
num_print |
Interval for how often to print the chain's progress. |
update_sigma_mu |
If |
update_s |
If |
update_alpha |
If |
update_beta |
If |
update_gamma |
If |
update_tau |
If |
update_tau_mean |
If |
update_sigma |
If |
cache_trees |
If |
Value
Returns a list containing the function arguments.