transplant_tbl_df | R Documentation |
Transplant consultant success rate (fake data)
Description
The dataset name has been changed to 'transplant_tbl_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_tbl_df' indicates that this dataset is a tibble, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
Usage
data(transplant_tbl_df)
Format
A tibble with 62 observations and 1 variable:
- outcome
A factor indicating the outcome of the transplant procedure (e.g., success, failure).
Details
This dataset contains fake data representing the success rates of transplant consultants. It provides insights into the outcomes of transplant procedures performed by different consultants, useful for evaluating consultant performance and patient outcomes.
Source
Synthetic data created for educational purposes.