stan_models: Choose a stan model ("glm" or "glmm").

Description Usage Arguments Value Author(s) See Also Examples

Description

Choose a stan model ("glm" or "glmm").

Usage

1
stan_models(model = "dummy", rebuild = F)

Arguments

model

model type ("glm" or "glmm)

rebuild

whether to rebuild the stan model from source (TRUE or FALSE)

Value

A stan model in rstan::stanmodel class

Author(s)

Xulong Wang, xwang@jax.org

See Also

extdata/*.stan for source code.

Examples

1
2
stan_models("glm", rebuild = F)
stan_models("glmm", rebuild = F)

xulong82/bayes.glmm documentation built on May 4, 2019, 1:27 p.m.