dropModel: Drop terms from a model

Description Usage Arguments Value

View source: R/dropModel.R

Description

Either updates a model or modifies the formula to drop all terms involving a specified variable.

Usage

1
2
3
dropFormula(original, drop)

dropModel(model, drop)

Arguments

original

Original formula

drop

Which variable to drop

model

Original fitted model

Value

The modified model object or formula.


SoDA documentation built on Oct. 28, 2020, 9:07 a.m.