getCode: Get stan model code for egg count data analysis dealing with...

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Obtain stan model specifications with handling of ponential outliers that can be used in the eggCounts package.

Usage

1
getCode(modelName)

Arguments

modelName

string. One of four availale models ("Po", "UPo", "ZIPo", "ZIUPo").

Value

A character string containing the stan model specification.

Note

The models are developed by Anja Falleger.

Author(s)

Craig Wang craig.wang@uzh.ch

See Also

fecr_stanExtra for using the model specification.

Examples

1
2
model_one <- getCode("Po")
writeLines(model_one)

CraigWangUZH/eggCountsExtra documentation built on May 26, 2019, 7:23 a.m.