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 model of class msme.
the type of residual requested. Defaults to deviance.
arguments to pass on. Retained for compatibility with generic method.
A vector of residuals.
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.
# NOT RUN { 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