Lookup function for brms families via string identifier
Usage
brms_family_lookup(family, link = NULL)
Arguments
- family
String identifier of the family.
- link
Link to be passed to the family function.
Value
A brmsfamily object matching the string identifier and using the link
Examples
brms_family_lookup("weibull", "softplus")
#>
#> Family: weibull
#> Link function: softplus
#>