lmerTest (version 3.1-3)

step: 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, ...)

# S3 method for default step(object, ...)

Arguments

object

a model object.

...

currently not used.

See Also

step