family.Model {glmmrBase} | R Documentation |
Extracts the family from a 'Model' object. This information can also be accessed directly from the Model as 'Model$family'
Description
Extracts the family from a 'Model' object.
Usage
## S3 method for class 'Model'
family(object, ...)
Arguments
object |
A 'Model' object. |
... |
Further arguments passed from other methods |
Value
A family object.
[Package glmmrBase version 0.9.2 Index]