Residuals for `Glm`
# S3 method for class 'Glm'
residuals(object, type, ...)a vector or matrix
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`.