Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ordinal.gamma

Compute the ordinal gamma association statistic


Description

Compute the ordinal gamma association statistic

Usage

ordinal.gamma(mat)

Arguments

mat

a cross tabulation matrix

References

Agresti, A. (1990). Categorical data analysis. New York: Wiley.

Examples

# Example data from Agresti (1990, p. 21)
jobsat <- matrix(c(20,22,13,7,24,38,28,18,80,104,81,54,82,125,113,92), nrow=4, ncol=4)
ordinal.gamma(jobsat)

rpf

Response Probability Functions

v1.0.11
GPL (>= 3)
Authors
Joshua Pritikin [cre, aut], Jonathan Weeks [ctb], Li Cai [ctb], Carrie Houts [ctb], Phil Chalmers [ctb], Michael D. Hunter [ctb], Carl F. Falk [ctb]
Initial release
2021-10-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.