powered by
Function to produce deviance and standardized deviance residuals from a model of class msme.
# S3 method for msme residuals(object, type = c("deviance", "standard"), ...)
A vector of residuals.
a model of class msme.
the type of residual requested. Defaults to deviance.
arguments to pass on. Retained for compatibility with generic method.
Andrew Robinson and Joe Hilbe.
Presently only deviance or standardized deviance residuals are computed.
Hilbe, J.M., and Robinson, A.P. 2013. Methods of Statistical Model Estimation. Chapman & Hall / CRC.
data(medpar) ml.poi <- ml_glm(los ~ hmo + white, family = "poisson", link = "log", data = medpar) str(residuals(ml.poi))
Run the code above in your browser using DataLab