college                 package:Rlab                 R Documentation

_S_t_a_t_i_s_t_i_c_s _o_n _c_o_l_l_e_g_e_s _i_n _1_5 _s_t_a_t_e_s.

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

     The data frame college contains statistics relating to colleges
     from 15 states. This is a sample of fifteen states and certain
     statistics taken from the Chronicle of Higher Education (most data
     is for 1992). All entries are in thousands so that Arkansas (first
     row) has a population of 2,399,000, a yearly per capita income of
     $15,400, 85,700 undergraduates students, 7,000 graduate students,
     and average cost of tuition and fees at public universities of
     $1,540, and is located in the south (s for south).

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

     A data frame with 15 observations on the following 7 variables
     (all data in thousands).

     _s_c_h_o_o_l: State in which school is located.

     _p_o_p: State population.

     _i_n_c: Yearly per capita income.

     _u_n_d_e_r_g_r_a_d: Total number of undergraduate students.

     _g_r_a_d_u_a_t_e: Total number of graduate students.

     _f_e_e_s: Average cost of tuition and fees.

     _l_o_c: Area of the country (s for south, w for west, ne for
          northeast, mw for midwest).

