data_stroke | R Documentation |
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.
data(data_stroke)
An object of class list
of length 8.
Real Data Example: Stroke Data
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. |
data(data_stroke)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.