Learn R Programming

glmmrBase (version 0.10.5)

formula.Model: Extracts the formula from a `Model` object

Description

Extracts the formula from a `Model` object. This information can also be accessed directly from the Model as `Model$formula`

Usage

# S3 method for Model
formula(x, ...)

Value

A formula object.

Arguments

x

A `Model` object.

...

Further arguments passed from other methods