Description Usage Arguments Value Author(s) See Also Examples
Choose a stan model ("glm" or "glmm").
1 | stan_models(model = "dummy", rebuild = F)
|
model |
model type ("glm" or "glmm) |
rebuild |
whether to rebuild the stan model from source (TRUE or FALSE) |
A stan model in rstan::stanmodel class
Xulong Wang, xwang@jax.org
extdata/*.stan
for source code.
1 2 | stan_models("glm", rebuild = F)
stan_models("glmm", rebuild = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.