Skip to contents

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.

Usage

data(fungal_infections_df)

Format

A data frame with 10 observations and 4 variables:

success

Numeric vector indicating the number of treatment successes

failure

Numeric vector indicating the number of treatment failures

group

Factor with 2 levels indicating treatment group (control, treated)

center

Factor with 5 levels indicating the research center where the trial was conducted

Source

Data taken from the cond package version 1.2-4

Details

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.