.extractlink {brmsmargins} | R Documentation |
Extract the Link from a brms
Model
Description
Internal utility function to take a brmsfit
object
and extract the link for a specific dpar
.
Usage
.extractlink(object, dpar)
Arguments
object |
A |
dpar |
The dpar for which the link should be extracted. |
Value
A character string, the link.
[Package brmsmargins version 0.2.0 Index]