anxietyanger               package:SIN               R Documentation

_A_n_x_i_e_t_y _a_n_d _A_n_g_e_r

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

     Measurements on 684 students. The 4 variables are:

        *  Anxiety state,

        *  Anger state,

        *  Anxiety trait,

        *  Anger trait.

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

     data(anxietyanger)

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

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

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

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

     Cox, D.R. & Wermuth, N.  (1993) Linear Dependencies Represented by
     Chain Graphs.  _Statistical Science_ 8(3): 204-283. (See Table 1).

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

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

