drop1_models: Constructs a list of fits by dropping predictors from the...

Description Usage Arguments Value

View source: R/helper.R

Description

Constructs a list of fits by dropping predictors from the supplied model

Usage

1
drop1_models(model, preds, data = NULL)

Arguments

model

A linear model

preds

Predictors to be dropped

data

The dataset (optional)

Value

A list of linear fits


cbhurley/ERSA documentation built on July 20, 2020, 5:15 a.m.