socstatus {SIN}R Documentation

Social Status and Participation

Description

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.

Usage

data(socstatus)

Format

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.

Source

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

Examples

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

[Package SIN version 0.4 Index]