salarygov                package:alr3                R Documentation

_G_o_v_e_r_n_m_e_n_t _s_a_l_a_r_y _s_t_u_d_y

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

     Data on non-unionized job classes in a US county in 1986. 
     Included are the job class difficulty score, the number of
     employees in the class, number of female employees, and the name
     of the class.

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

     This data frame contains the following columns:

     _J_o_b_C_l_a_s_s Name of job class

     _N_W Number of women employees

     _N_E Total number of employees in a job class

     _S_c_o_r_e Difficulty score for job class

     _M_a_x_S_a_l_a_r_y Maximum salary for job class

_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 7.3.

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

     data(salarygov)

