bone_marrow_tx {collett} | R Documentation |
Patient outcome following bone marrow transplantation
Description
Patient outcome following bone marrow transplantation
Usage
bone_marrow_tx
Format
A data frame with 2204 rows and 9 variables:
id
integer patient id
leukaemia
character type of leukaemia (CML,ALL,AML)
age
character age group of patient in years (<=20, 21-40, >40))
match
integer indicator for whether there was a donor gender match (0=no, 1=yes)
tcell
integer indicator for whether there was T-cell depletion (1=yes, n=no)
ptime
integer time to platelet recovery (days)
pcens
integer event indicator for platelet recovery (1=event, 0=censored)
rdtime
integer time to relapse of death (days)
rdcens
integer event indicator for relapse or death (1=event, 0=censored)
Details
See Collett (2023)
[Package collett version 0.1.0 Index]