Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.glmRob

Summarizing Robust Generalized Linear Model Fits


Description

Compute a summary of the robustly fitted generalized linear model.

Usage

## S3 method for class 'glmRob'
summary(object, correlation = TRUE, ...)

Arguments

object

a glmRob object.

correlation

a logical value. If TRUE then the correlation matrix of the coefficients is included in the summary.

...

additional arguments required by the generic summary function.

Value

The summary is returned in a list of class summary.glmRob and contains the following components:

comp1

Description of 'comp1'

comp2

Description of 'comp2'

...

Examples

data(breslow.dat)
bres.rob <- glmRob(sumY ~ Age10 + Base4*Trt, family = poisson(), data = breslow.dat)
bres.sum <- summary(bres.rob)
bres.sum

robust

Port of the S+ "Robust Library"

v0.5-0.0
GPL-2
Authors
Jiahui Wang, Ruben Zamar <ruben@stat.ubc.ca>, Alfio Marazzi <Alfio.Marazzi@inst.hospvd.ch>, Victor Yohai <vyohai@dm.uba.ar>, Matias Salibian-Barrera <matias@stat.ubc.ca>, Ricardo Maronna <maron@mate.unlp.edu.ar>, Eric Zivot <ezivot@u.washington.edu>, David Rocke <dmrocke@ucdavis.edu>, Doug Martin, Martin Maechler <maechler@stat.math.ethz.ch>, Kjell Konis <kjell.konis@me.com>.
Initial release
2020-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.