fit_model | R Documentation |
A wrapper around cmdstanr::cmdstan_model
fit_model(
stan_data,
model_file,
summary_only = T,
iter_warmup = 2000,
iter_sampling = 2000,
chains = 2,
parallel_chains = 2,
refresh = 500,
seed = 1,
...
)
stan_data |
A |
model_file |
(char) model path |
summary_only |
(bool) |
iter_warmup |
(int) warmup interations |
iter_sampling |
(int) sampling iterations |
chains |
(int) number of chains |
parallel_chains |
(int) how many chains in parallel |
refresh |
(int) how often to print info |
seed |
(int) seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.