summary.glmRob {robust} | R Documentation |
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 |
... |
additional arguments required by the generic |
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
[Package robust version 0.7-4 Index]