ERSA (version 0.1.3)

add1_models: Constructs a list of fits by adding predictors sequentially

Description

Constructs a list of fits by adding predictors sequentially

Usage

add1_models(model, preds, data = NULL)

Value

A list of linear fits

Arguments

model

A linear model

preds

Predictors to be added sequentially

data

The dataset (optional)