Taken from the package {ISwR}
, this example dataset is of all cases of
stroke in Tartu, Estonia, during the period 1991–1993, with follow-up until
January 1, 1996. The main edits here are to decorate this with specified
variable types and define a binary classification of "dead or alive" at 12
months from initial stroke.
Format
iswr_stroke
A data frame with 814 rows and 8 columns:
- Gender
Patient's gender, coded as a factor variable with levels
Male
andFemale
- Age
Patients age recorded as an integer
- Diagnosis
Patient's diagnosis denoting the type of stroke:
ICH
,ID
,INF
, andSAH
- Coma
Whether the patient fell into a coma at the time of the original stroke, coded as a factor variable with levels
Yes
orNo
- Diabetes
Patient's history of diabetes, coded as a factor variable with levels
Yes
andNo
- MI
Patient's history of myocardial infarction, coded as a factor variable with levels
Yes
andNo
- Hypertension
Patient's history of Hypertension, coded as a factor variable with levels
Yes
andNo
- dead12
Denoting whether the patient had died by 12 months or not, coded as a numeric variable
1 = yes
,0 = no