Skip to contents

List Stan models available in this package or load them in the form of CmdStanModel objects as implemented in the cmdstanr package.

Usage

get_model(name, ...)

list_models()

Arguments

name

character; name of the model to load

...

arguments passed to instantiate::stan_package_model

Value

get_model returns an "CmdStanModel" object.

list_models returns a character vector of model names provided with the package.