Description Usage Arguments Value Note Author(s) See Also Examples
Obtain stan model specifications with handling of ponential outliers that can be used in the eggCounts package.
1 | getCode(modelName)
|
modelName |
string. One of four availale models ("Po", "UPo", "ZIPo", "ZIUPo"). |
A character string containing the stan model specification.
The models are developed by Anja Falleger.
Craig Wang craig.wang@uzh.ch
fecr_stanExtra
for using the model specification.
1 2 | model_one <- getCode("Po")
writeLines(model_one)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.