Defines a list specifying the arguments passed to
rstan::vb
. Custom settings can be supplied which override the defaults.
rstan_vb_opts(samples = 2000, trials = 10, iter = 10000, ...)
A list of arguments to pass to rstan::vb
rstan_vb_opts(samples = 1000)
#> $trials
#> [1] 10
#>
#> $iter
#> [1] 10000
#>
#> $output_samples
#> [1] 1000
#>