View source: R/JM_imp_adaptive.R
add_samples_adaptive | R Documentation |
Add samples adaptively
add_samples_adaptive( fitted_model, extra_iter = NULL, minsize = 500L, step = 200L, subset = NULL, cutoff = 1.2, prop = 0.8, gr_max = 1.5, max_try = 5L )
fitted_model |
a object of class 'JointAI' |
extra_iter |
number of iterations that should be added to the model if the Gelman-Rubin criterion is too large |
minsize |
the minimum number of iterations to be considered |
step |
the step size in which iterations are omitted as burn-in |
subset |
subset of parameters on which the Gelman-Rubin criterion should be evaluated. Follows the logic used in JointAI |
cutoff |
the cut-off used for the Gelman Rubin criterion |
prop |
proportion of parameters that need to be below the |
gr_max |
maximum allowed value for the Gelman-Rubin criterion |
max_try |
maximum number of runs of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.