Learn R Programming

SMIR (version 0.02)

disparity: Model Disparities

Description

disparity is a generic function used to produce the disparities of the results of various models.

Usage

disparity(model)

Arguments

model
a valid model lm or glm object

References

Aitkin, M., Francis, B., Hinde, J. and Darnell, R. (2009). Statistical Modelling in R, OUP.

Examples

Run this code
## The function is currently defined as
function(model, ...)
  UseMethod("disparity")

Run the code above in your browser using DataLab