summary.fwdglm: Summarizing Fit of Forward Search in Generalized Linear...

View source: R/forward.R

summary.fwdglmR Documentation

Summarizing Fit of Forward Search in Generalized Linear Regression

Description

summary method for class "fwdglm".

Usage

## S3 method for class 'fwdglm'
summary(object, steps = "auto", remove.perfect.fit = TRUE, ...)

Arguments

object

an object of class "fwdglm".

steps

the number of forward steps to show.

remove.perfect.fit

logical, controlling if perfect fit steps should be removed (only apply to binary responses).

...

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, Chapter 6.

See Also

fwdglm.


forward documentation built on May 9, 2022, 9:05 a.m.