fowlbones                package:SIN                R Documentation

_F_o_w_l _B_o_n_e_s

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

     Bone measurements are taken on 276 white leghorn fowl. The 6
     variables are:  

        *  skull length,

        *  skull breadth,

        *  humerous (wings),

        *  ulna (wings),

        *  femur (legs),

        *  tibia (legs).

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

     data(fowlbones)

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

     A list providing a summary of the data. The list contains:

       'fowlbones$means'   :  the mean vector,
       'fowlbones$stddev'  :  the vector of standard deviations,
       'fowlbones$corr'    :  the correlation matrix, and
       'fowlbones$n'       :  the sample size.

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

     Whittaker, J. (1990) _Graphical models in applied multivariate
     statistics_. Chichester: Wiley. (See p.266).

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

     data(fowlbones)
     fowlbones$means
     fowlbones$stddev
     fowlbones$corr
     fowlbones$n

