residuals.Glm | R Documentation |
Residuals for 'Glm'
## S3 method for class 'Glm'
residuals(object, type, ...)
object |
a fit object produced by 'Glm' |
type |
either ''score'' or a 'type' accepted by 'residuals.glm' |
... |
ignored |
This function mainly passes through to ‘residuals.glm' but for 'type=’score'' computes the matrix of score residuals using code modified from 'sandwich::estfun.glm'.
a vector or matrix
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.