salary                 package:alr3                 R Documentation

_S_a_l_a_r_y _d_a_t_a

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

     Salary of faculty in a small Midwestern college in the early
     1980s.

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

     This data frame contains the following columns:

     _D_e_g_r_e_e Degree, 1 if PhD, 0 if Masters

     _R_a_n_k Rank (1 = Asst Prof, 2 Assoc Prof, 3 Prof)

     _S_e_x 1 if female, 0 if male

     _Y_e_a_r Years in current rank

     _Y_S_d_e_g Years since highest degree earned

     _S_a_l_a_r_y dollars per year

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

     Sanford Weisberg

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

     Weisberg, S. (2005). _Applied Linear Regression_, 3rd edition. New
     York: Wiley, Problem 6.10.

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

     data(salary)

