summary.fwdlm {forward}R Documentation

Summarizing Fit of Forward Search in Linear Regression

Description

summary method for class "fwdlm".

Usage

## S3 method for class 'fwdlm'
summary(object, steps = "auto", ...)

Arguments

object

an object of class "fwdlm".

steps

the number of forward steps to show.

...

further arguments passed to or from other methods.

Author(s)

Originally written for S-Plus by: Kjell Konis kkonis@insightful.com and Marco Riani mriani@unipr.it
Ported to R by Luca Scrucca luca@stat.unipg.it

References

Atkinson, A.C. and Riani, M. (2000), Robust Diagnostic Regression Analysis, First Edition. New York: Springer, Chapters 2-3.

See Also

fwdlm.


[Package forward version 1.0.6 Index]