Undergraduate student enrolments at the University of Auckland in 1990.

data(auuc)

Format

A data frame with 4 observations on the following 5 variables.

Commerce

a numeric vector of counts.

Arts

a numeric vector of counts.

SciEng

a numeric vector of counts.

Law

a numeric vector of counts.

Medicine

a numeric vector of counts.

Details

Each student is cross-classified by their colleges (Science and Engineering have been combined) and the socio-economic status (SES) of their fathers (1 = highest, down to 4 = lowest).

Source

Dr Tony Morrison.

References

Wild, C. J. and Seber, G. A. F. (2000). Chance Encounters: A First Course in Data Analysis and Inference, New York: Wiley.

Examples

auuc
#>      Commerce Arts SciEng Law Medicine
#> SES1      446  895    496 170      184
#> SES2      937 1834    994 246      198
#> SES3      311  805    430  95       48
#> SES4       49  157     62  15        9
if (FALSE) { # \dontrun{
round(fitted(grc(auuc)))
round(fitted(grc(auuc, Rank = 2)))
} # }