RoBTT_control {RoBTT} | R Documentation |
Convergence checks of the fitting process
Description
Set values for the convergence checks of the fitting process.
Usage
set_convergence_checks(max_Rhat = 1.05, min_ESS = 500)
set_control(adapt_delta = 0.8, max_treedepth = 15, bridge_max_iter = 1000)
Arguments
max_Rhat |
maximum value of the R-hat diagnostic.
Defaults to |
min_ESS |
minimum estimated sample size.
Defaults to |
adapt_delta |
tuning parameter of HMC.
Defaults to |
max_treedepth |
tuning parameter of HMC.
Defaults to |
bridge_max_iter |
maximum number of iterations for the
bridge_sampler function. Defaults to |
Value
set_control
returns a list of control settings
and set_convergence_checks
returns a list of convergence checks settings.
[Package RoBTT version 1.3.1 Index]