This dataset, placebos_df, is a data frame containing pain relief data from both analgesics and placebos. It presents observations over time comparing the effects of different treatments including placebo, aspirin (Asp), and codis (a combination analgesic), along with calculated placebo reduction.
Usage
data(placebos_df)
Format
A data frame with 7 observations and 6 variables:
- Time
Integer variable indicating the time point of observation
- Placebo
Numeric variable indicating the measured effect of the placebo
- Distr
Numeric variable indicating the measured effect of a distractor treatment
- Asp
Numeric variable indicating the measured effect of aspirin
- Codis
Numeric variable indicating the measured effect of codis
- PlaceboRed
Numeric variable indicating the reduction attributed to the placebo
Details
The dataset name has been kept as 'placebos_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MedxR 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.