step: Generic Step Function

Description Usage Arguments Author(s) See Also

View source: R/step.R

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

1
2
3
4
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 Oct. 23, 2020, 6:16 p.m.