| acupuncture_df | R Documentation |
This dataset, acupuncture_df, is a data frame from a randomized controlled trial (RCT) evaluating the effectiveness of acupuncture therapy for chronic headaches. The primary outcome was the headache severity score, measured using a 6-item Likert-type scale at the one-year follow-up. The dataset includes group allocation, baseline headache score, one-year follow-up score, and the corresponding change score. Some observations may contain missing values due to omitted cases recorded in the dataset attributes.
data(acupuncture_df)
A data frame with 301 observations and 4 variables:
Group assignment (integer)
Baseline headache severity score (numeric)
Headache severity score at one-year follow-up (numeric)
Change in headache severity score (numeric)
The dataset name has been kept as acupuncture_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets 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 R4HCR package version 0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.