This dataset, patient_CAV_df, is a data frame containing longitudinal follow-up data from heart transplant recipients at Papworth Hospital, UK. It tracks 2,803 angiographic examinations for the onset of cardiac allograft vasculopathy and mortality.
Usage
data(patient_CAV_df)
Format
A data frame with 2,803 observations and 5 variables:
- PTNUM
Patient identification number (integer)
- years
Time since transplant in years (numeric)
- state
Disease state (numeric)
- dage
Donor age in years (integer)
- pdiag
Primary diagnosis code (numeric)
Source
Data taken from the flexmsm package version 0.1.2. Original data: Papworth Hospital, UK. Subset of cav data from msm package.
Details
The dataset name has been kept as 'patient_CAV_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the CardioDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.