glm.summaries {base} | R Documentation |
These functions are all methods
for class glm
or
summary.glm
objects.
## S3 method for class 'glm'
coefficients(x) ; ## S3 method for class 'glm'
coef(x)
## S3 method for class 'glm'
family(object, ...)
## S3 method for class 'glm'
fitted.values(x) ; ## S3 method for class 'glm'
fitted(x)
## S3 method for class 'glm'
residuals(object, type = c("deviance", "pearson", "working",
"response", "partial"), ...)
object , x |
an object of class |
test |
a character string, matching one of |
type |
the type of residuals which should be returned.
The alternatives are: |
... |
further arguments passed to or from other methods. |
glm
for computing glm.obj
, anova.glm
;
the corresponding generic functions, summary.glm
,
coefficients
, deviance
,
df.residual
,
effects
, fitted.values
,
residuals
.