Learn R Programming

SIN (version 0.4)

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: lcl{ stressful$means : the mean vector, stressful$stddev : the vector of standard deviations, stressful$corr : the correlation matrix, and stressful$n : the sample size. }

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