stressful                package:SIN                R Documentation

_S_t_r_e_s_s_f_u_l _E_v_e_n_t_s

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

     Results of questionnaires given to 72 students.  The 4 variables
     are:

        *  cognitive avoidance,

        *  vigilance,

        *  blunting,

        *  monitoring.

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

     data(stressful)

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

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

       'stressful$means'   :  the mean vector,
       'stressful$stddev'  :  the vector of standard deviations,
       'stressful$corr'    :  the correlation matrix, and
       'stressful$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
     3).

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

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

