malaria_tbl_df | R Documentation |
Malaria Vaccine Trial
Description
The dataset name has been changed to 'malaria_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(malaria_tbl_df)
Format
A tibble with 20 observations and 2 variables:
- treatment
A factor indicating the type of treatment administered (e.g., vaccine or placebo).
- outcome
A factor indicating the outcome of the treatment (e.g., success or failure).
Details
This dataset contains information from a malaria vaccine trial, focusing on the treatment administered and the outcomes observed in the participants.
Source
Data collected from a clinical trial assessing the efficacy of a malaria vaccine.