step: Generic Step Function

View source: R/step.R

stepR Documentation

Generic Step Function

Description

Generic step function with default method stats::step. This construction ensures that stats::step still works on lm objects etc. after loading the lmerTest package.

Usage

step(object, ...)

## Default S3 method:
step(object, ...)

Arguments

object

a model object.

...

currently not used.

Author(s)

Rune Haubo B. Christensen

See Also

step


lmerTest documentation built on Jan. 13, 2026, 5:08 p.m.