step_down: Step Down

Description Usage Arguments Examples

View source: R/model_comparison.R

Description

Takes a model to step down from. Build models with each of the predictors missing and compares to original model. I think only works for lmer??

Usage

1
step_down(model, dependent, aic_only = FALSE, dat = "temp")

Arguments

model

model to step down from

dependent

name of dependent variable, as a string

aic_only

Boolean, defaults to FALSE. Don't remember what this does.

dat

name of the dataframe. Default to "temp"

Examples

1

supermartha/marthaTools documentation built on July 26, 2020, 1:44 p.m.