Bayesian hierarchical linear model and options with censoring
Arguments
- data
data.frame with columns ID, Day, Volume, Treatment
- cens
Optional numeric scalar. If provided, observations with
log1p(Volume) <= censare treated as left-censored atcens. Setcens = NULL(default) to fit the non-censored model.- diagnostics
logical; whether to return diagnostic summary
- return_fit
logical; whether to return the CmdStan fit object
- ...
further arguments