Learn R Programming

SIN (version 0.4)

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: lcl{ $X_1$ : income, $X_2$ : occupation, $X_3$ : education, $Y_1$ : church attendance, $Y_2$ : memberships, $Y_3$ : friends' seen. }

Usage

data(socstatus)

Arguments

format

A list providing a summary of the data. The list contains: lcl{ 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

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

Run the code above in your browser using DataLab