migraine_treatment_df | R Documentation |
This dataset, migraine_treatment_df, is a data frame containing clinical data on 4,152 migraine treatment cases collected by Tammy Kostecki-Dillon. The data includes treatment details, headache characteristics, and patient demographics.
data(migraine_treatment_df)
A data frame with 4,152 observations and 9 variables:
Integer: Patient identification number
Integer: Time measurement (likely days or hours)
Integer: Treatment dosage
Factor with 3 levels: Headache type classification
Integer: Patient age in years
Numeric: Air quality index measurement
Factor with 3 levels: Medication type
Factor with 2 levels: Headache presence/severity
Factor with 2 levels: Patient sex
The dataset name has been kept as 'migraine_treatment_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified.
Data taken from the carData package version 3.0-5. Original collection: Kostecki-Dillon, T. (Year not specified) Migraine Treatment Study.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.