Original dataset of patients with a aortadissection

data(aortadis)

Format

A data frame with 226 observations on the following 10 variables.

Gender

dichotomous, 1=yes, 0=no

Age

continuous

Age_C

categorical: 0 = < 50 years, 1 = 50-59 years, 2 = 60-69 years, 3 = 70-79 years, 4 = 80 years and older

Aortadis

dichotomous, 1=yes, 0=no

Acute

dichotomous, 1=yes, 0=no

Acute3

categorical: 0 = No, 1 = Little, 2 = Much

Stomach_Ache

dichotomous, 1=yes, 0=no

Hyper

dichotomous, Hypertensio, 1=yes, 0=no

Smoking

dichotomous, 1=yes, 0=no

Radiation

dichotomous, 1=yes, 0=no

Examples

data(aortadis)
## maybe str(aortadis)