.extractlink: Extract the Link from a brms Model
Description
Internal utility function to take a brms::brmsfit object
and extract the link for a specific brms dpar.
Usage
.extractlink(object, dpar)
Value
A character string, the link.
Arguments
- object
A brms::brmsfit model object.
- dpar
The dpar for which the link should be extracted.