Learn R Programming

SIN (version 0.6)

bloodpressure: Blood Pressure

Description

In a study on relating blood pressure to age, weight, and stress at work, 6 measurements are taken on 98 subjects. The variables are:
$a$ :
age, $b$
: weight,
$c$ :
anger at work, $d$
: anxiety at work,
$e$ :
diastolic blood pressure, $a$

Usage

data(bloodpressure)

Arguments

Format

A list providing a summary of the data. The list contains:
bloodpressure$means :
the mean vector, bloodpressure$stddev
: the vector of standard deviations,
bloodpressure$corr :
the correlation matrix, and bloodpressure$means

Source

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

Examples

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

Run the code above in your browser using DataLab