auuc                  package:VGAM                  R Documentation

_A_u_c_k_l_a_n_d _U_n_i_v_e_r_s_i_t_y _U_n_d_e_r_g_r_a_d_u_a_t_e _C_o_u_n_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Undergraduate student enrolments at the University of Auckland in
     1990.

_U_s_a_g_e:

     data(auuc)

_F_o_r_m_a_t:

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

     _C_o_m_m_e_r_c_e a numeric vector of counts.

     _A_r_t_s a numeric vector of counts.

     _S_c_i_E_n_g a numeric vector of counts.

     _L_a_w a numeric vector of counts.

     _M_e_d_i_c_i_n_e a numeric vector of counts.

_D_e_t_a_i_l_s:

     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).

_S_o_u_r_c_e:

     Dr Tony Morrison.

_R_e_f_e_r_e_n_c_e_s:

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

_E_x_a_m_p_l_e_s:

     data(auuc)
     round(fitted(grc(auuc)))
     round(fitted(grc(auuc, Rank=2)))

