fungal_infections_df | R Documentation |
This dataset, fungal_infections_df, is a data frame containing results from a clinical trial on the success of a particular treatment for fungal infections across five research units. Interest in the study focuses on the treatment effect.
data(fungal_infections_df)
A data frame with 10 observations and 4 variables:
Numeric vector indicating the number of treatment successes
Numeric vector indicating the number of treatment failures
Factor with 2 levels indicating treatment group (control
, treated
)
Factor with 5 levels indicating the research center where the trial was conducted
The dataset name has been kept as 'fungal_infections_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the cond package version 1.2-4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.