Learn R Programming

SIN (version 0.6)

socstatus: 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, $X1$

Usage

data(socstatus)

Arguments

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$means

Source

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

Examples

Run this code
data(socstatus)
socstatus$means
socstatus$stddev
socstatus$corr
socstatus$n

Run the code above in your browser using DataLab