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.