grab_fixed_formula: Grab the RHS formula from a model object

View source: R/grab_funs.R

grab_fixed_formulaR Documentation

Grab the RHS formula from a model object

Description

Grab the RHS formula from a model object

Usage

grab_fixed_formula(model)

Arguments

model

a model object such as lm, glm, merMod

Value

the right-hand side of a model's formula object

Examples

fit <- lm(Sepal.Width ~ Petal.Width, data = iris)
grab_fixed_formula(fit)

geex documentation built on Aug. 8, 2022, 5:05 p.m.