Learn R Programming

SIN (version 0.4)

anxietyanger: Anxiety and Anger

Description

Measurements on 684 students. The 4 variables are:
  • Anxiety state,
  • Anger state,
  • Anxiety trait,
  • Anger trait.

Usage

data(anxietyanger)

Arguments

format

A list providing a summary of the data. The list contains: lcl{ anxietyanger$means : the mean vector, anxietyanger$stddev : the vector of standard deviations, anxietyanger$corr : the correlation matrix, and anxietyanger$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 1).

Examples

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

Run the code above in your browser using DataLab