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.
data(placebos_df)A data frame with 7 observations and 6 variables:
Integer variable indicating the time point of observation
Numeric variable indicating the measured effect of the placebo
Numeric variable indicating the measured effect of a distractor treatment
Numeric variable indicating the measured effect of aspirin
Numeric variable indicating the measured effect of codis
Numeric variable indicating the reduction attributed to the placebo
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.