socstatus                package:SIN                R Documentation

_S_o_c_i_a_l _S_t_a_t_u_s _a_n_d _P_a_r_t_i_c_i_p_a_t_i_o_n

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

     In a study on the relationship between social status and
     participation, 6 variables are measured for a sample of 530 women:

       X1  :  income,
       X2  :  occupation,
       X3  :  education,
       Y1  :  church attendance,
       Y2  :  memberships,
       Y3  :  friends' seen.

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

     data(socstatus)

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

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

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

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

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

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

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

