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

View source: R/model_s3_functions.R

formula.ModelR Documentation

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 class 'Model'
formula(x, ...)

Arguments

x

A 'Model' object.

...

Further arguments passed from other methods

Value

A formula object.


glmmrBase documentation built on April 3, 2025, 10:44 p.m.