summary.glmfm {robust} | R Documentation |
Compute a summary of each glm or glmRob model in a glmfm object.
## S3 method for class 'glmfm': summary(object, correlation = FALSE, ...)
object |
a glmfm object. |
correlation |
a logical value. If TRUE , correlation matrices of the coefficient estimates are included in each summary. |
... |
additional arguments required by the generic summary function. |
a list with class summary.glmfm whose elements are summaries of each model in object
.
fit.models
,
summary
,
summary.glmRob
,
summary.glm
.
data(breslow.dat) bres.fm <- fit.models(list(Robust = "glmRob", Classical = "glm"), formula = sumY ~ Age10 + Base4*Trt, family = poisson(), data = breslow.dat) bres.sum <- summary(bres.fm) bres.sum