disparity {SMIR} | R Documentation |
disparity
is a generic function used to produce the disparities
of the results of various models.
disparity(model)
model |
a valid model lm or glm object |
Aitkin, M., Francis, B., Hinde, J. and Darnell, R. (2009). Statistical Modelling in R, OUP.
## The function is currently defined as function(model, ...) UseMethod("disparity")