| build_stan_control | R Documentation |
control.methodThis helper extracts Stan sampler tuning knobs (e.g. adapt_delta,
max_treedepth) from method-specific controls so they can be passed
safely to rstan::sampling().
build_stan_control(algorithm, control.method)
algorithm |
Character scalar: |
control.method |
A named list of Stan method controls. |
A named list of Stan sampling-control parameters (possibly empty).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.