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

View source: R/helper.R

drop1_modelsR Documentation

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

Description

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

Usage

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


ERSA documentation built on Aug. 21, 2023, 5:06 p.m.