glm.summaries {base} | R Documentation |
These functions are all methods
for class glm
or
summary.glm
objects.
family(object, ...) residuals(object, type = c("deviance", "pearson", "working", "response", "partial"), ...)
object |
an object of class glm , typically the result of
a call to glm . |
type |
the type of residuals which should be returned.
The alternatives are: "deviance" (default), "pearson" ,
"working" , "response" , and "partial" . |
... |
further arguments passed to or from other methods. |
The partial residuals are a matrix of working residuals, with each column formed by omitting a term from the model.
glm
for computing glm.obj
, anova.glm
;
the corresponding generic functions, summary.glm
,
coef
, deviance
,
df.residual
,
effects
, fitted
,
residuals
.