law82               package:bootstrap               R Documentation

_D_a_t_a _f_o_r _U_n_i_v_e_r_s_e _o_f _U_S_A _L_a_w _S_c_h_o_o_l_s

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

     This is the universe of 82 USA law schools for which the data
     frame 'law' provides a sample of size 15. See documentation for 
     'law' for more details.

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

     data(law82)

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

     A data frame with 82 observations on the following 3 variables.

     _S_c_h_o_o_l a numeric vector

     _L_S_A_T a numeric vector

     _G_P_A a numeric vector

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

     Efron, B. and Tibshirani, R. (1993) An Introduction to the
     Bootstrap. Chapman and Hall, New York, London.

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

     plot(law82[,2:3])
     cor(law82[,2:3])

