Learn R Programming

SIN (version 0.6)

stressful: Stressful Events

Description

Results of questionnaires given to 72 students. The 4 variables are:
  • cognitive avoidance,
  • vigilance,
  • blunting,
  • monitoring.

Usage

data(stressful)

Arguments

Format

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

Source

Cox, D.R. \& Wermuth, N. (1993) Linear Dependencies Represented by Chain Graphs. Statistical Science 8(3): 204-283. (See Table 3).

Examples

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

Run the code above in your browser using DataLab