R/fit_bayes.R
compile_stan_model.Rd
Compiles the Stan model via cmdstanr. Compilation is cached by cmdstanr so subsequent calls are instant.
compile_stan_model(model_family = "logistic4")
Character. One of the curveRcore model names.
A CmdStanModel object.
CmdStanModel