Run MCMC using rtmbstan
do_mcmc.Rd
Run MCMC using rtmbstan
Arguments
- obj
Object built from ADFUN via RTMB
- chains
Number of chains to run
- cores
Number of cores to use
- iter
Number of MCMC iterations to run
- thin
Thinning rate
- bounds
Uniform bounds to constrain parameter bounds
- laplace
Whether or not to do laplace approximation for random effects and MCMC for fixed effects
- ...
Additional arguments for tmbstan (e.g., adapt_delta)