mandible                 package:pad                 R Documentation

_P_A_D  -  _G_o_l_d_e_n _J_a_c_k_a_l_s _M_a_n_d_i_b_l_e _D_a_t_a

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

     The 'mandible' data frame has 10 rows and 2 columns.

     The data are mandible lengths in (mm) for male and female golden
     jackals (_Canis aureus_) for 10 of each sex in the collection in
     the British Museum (Natural History).

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

     data(mandible)

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

     This data frame contains the following columns:

     _f_e_m_a_l_e_s a numeric vector with mandible lengths for females (mm).  

     _m_a_l_e a numeric vector with mandible lengths for males (mm).  

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

     Higham, C.F, Kijngam, A. and Manly, B.F.J. (1980) An analysis of
     prehistoric canid remains from Thailand. Journal of Archeologycal
     Science, 7, 149-165.

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

     Manly, B.F.J. (1991) Randomization, Bootstrap and Monte Carlo
     methods in Biology. Second Edition. Chapman and Hall.

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

     data(mandible)
     summary(mandible)
     boxplot(mandible)

