data(rein.ratetable)
dim
dimnames
profile
).dimid
time
, profile
.factor
time
. The profile
is associated to 1.cutpoints
profile
).class
ratetable
.profile
represents the concatenation of the significant binary variables associated with the mortality on waiting list. In order to obtain the same variable in your database, we have to concatenate the following values in the same order. These values are collected at the registration date: a. |
1 if the patient is male and 0 if female. |
b. |
1 if the time between the first dialysis and the registration is higher than 1 year and 0 otherwise. |
c. |
1 if hemodialysis and 0 if peritoneal dialysis. |
d. |
1 if the patient is diabetic and 0 otherwise. |
e. |
1 if the patient had history of cardiac failure diabetic and 0 otherwise. |
f. |
1 if the patient had history of vascular failure diabetic and 0 otherwise. |
g. |
1 if the patient had history of cancer and 0 otherwise. |
h. |
1 if the age of the patients is in between 40 and 60 years and 0 otherwise. |
i. |
1 if the age of the patients is higher than 60 years and 0 otherwise. |
j. |
1 if the calendar year at registration is strictly higher than 2007 and 0 |
data(rein.ratetable)
is.ratetable(rein.ratetable)
Run the code above in your browser using DataLab