banocc_model {banocc} | R Documentation |
This is the literal model used for fitting in Stan
banocc_model
An object of class character
of length 1.
The BAnOCC model as a string to be compiled with
rstan::stan_model
data(compositions_null) ## Not run: compiled_banocc_model <- rstan::stan_model(model_code = banocc_model) ## End(Not run)