corkborings               package:SIN               R Documentation

_C_o_r_k _B_o_r_i_n_g_s

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

     Data from cork borings on 28 trees.  The 4 variables are the
     weights of cork deposits in the four directions

       N  :  North,
       E  :  East,
       S  :  South,
       W  :  West.

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

     data(corkborings)

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

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

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

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

     Mardia, K.V., Kent, J.T. & Bibby, J.M. (1979) _Multivariate
     analysis_. London: Academic Press.  (See pp.11-12).

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

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

