family.brmsfit: Extract Model Family Objects
Description
Extract Model Family Objects
Usage
# S3 method for brmsfit
family(object, resp = NULL, ...)
Value
A brmsfamily
object
or a list of such objects for multivariate models.
Arguments
- object
An object of class brmsfit
.
- resp
Optional names of response variables. If specified, predictions
are performed only for the specified response variables.
- ...
Currently unused.