Learn R Programming

hbamr (version 2.3.2)

show_code: 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")

Value

The function prints Stan code.

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.

Examples

Run this code
show_code("HBAM")

Run the code above in your browser using DataLab