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)

george-weingart/banocc documentation built on May 17, 2019, 1:12 a.m.