show_code {hbamr}R Documentation

Show the code for an HBAM or FBAM model

Description

Show Stan code for one of the models in the package.

Usage

show_code(model = "HBAM")

Arguments

model

Character: Name of the model to show. Defaults to "HBAM". See the documentation for the hbam() function for a list of the available models.

Value

The function prints Stan code.

Examples

show_code("HBAM")

[Package hbamr version 2.3.1 Index]