R/FIX-stepwise.R

Defines functions stepwise stepwise.default

Documented in stepwise stepwise.default

stepwise <- function(object,...) UseMethod("stepwise")

stepwise.default <- function(object,...) return(step(getFit(object)))

Try the gRbase package in your browser

Any scripts or data that you put into this service are public.

gRbase documentation built on May 2, 2019, 4:51 p.m.