data_stroke {DySS} | R Documentation |
A real data example on stroke
Description
In this dataset, there are 27 subjects with stroke and 1028 subjects without stroke. Three risk factors, systolic blood pressures, diastolic blood pressures, cholesterol levels, are collected over time at different ages.
Usage
data(data_stroke)
Format
An object of class list
of length 8.
Details
Real Data Example: Stroke Data
Value
A list of the following components
$systolic_ctrl |
A matrix of systolic blood pressures for controls. The [i,j] element is the jth observation of the ith control. |
$diastolic_ctrl |
A matrix of diastolic blood pressures for controls. The [i,j] element is the jth observation of the ith control. |
$cholesterol_ctrl |
A matrix of cholesterol levels for controls. The [i,j] element is the jth observation of the ith control. |
$age_ctrl |
A matrix of the age of observations for controls. The [i,j] element is the age of jth observation for the ith control. |
$systolic_case |
A matrix of systolic blood pressures for cases. The [i,j] element is the jth observation of the ith case. |
$diastolic_case |
A matrix of diastolic blood pressures for cases. The [i,j] element is the jth observation of the ith case. |
$cholesterol_case |
A matrix of cholesterol levels for cases. The [i,j] element is the jth observation of the ith case. |
$age_case |
A matrix of the age of observations for cases. The [i,j] element is the age of jth observation for the ith case. |
Examples
data(data_stroke)