Learn R Programming

glmmrBase (version 1.0.0)

family.Model: 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 Model
family(object, ...)

Value

A family object.

Arguments

object

A `Model` object.

...

Further arguments passed from other methods