powered by
Compute a summary of the robustly fitted generalized linear model.
# S3 method for glmRob summary(object, correlation = TRUE, ...)
The summary is returned in a list of class summary.glmRob and contains the following components:
Description of 'comp1'
Description of 'comp2'
...
a glmRob object.
a logical value. If TRUE then the correlation matrix of the coefficients is included in the summary.
TRUE
additional arguments required by the generic summary function.
summary
data(breslow.dat) bres.rob <- glmRob(sumY ~ Age10 + Base4*Trt, family = poisson(), data = breslow.dat) bres.sum <- summary(bres.rob) bres.sum
Run the code above in your browser using DataLab