banocc_model: The stan model used in the Bayesian fit

Description Usage Format Value Examples

Description

This is the literal model used for fitting in Stan

Usage

1

Format

An object of class character of length 1.

Value

The BAnOCC model as a string to be compiled with rstan::stan_model

Examples

1
2
3
4
5
data(compositions_null)
## Not run: 
  compiled_banocc_model <- rstan::stan_model(model_code = banocc_model)

## End(Not run)

banocc documentation built on Nov. 8, 2020, 8:08 p.m.