This dataset, epilepsy_drug_trial_df, is a data frame containing seizure counts from a clinical trial of anti-epileptic medication. The data includes seizure frequency measurements along with treatment indicators and patient covariates for 295 observations.
data(epilepsy_drug_trial_df)A data frame with 295 observations and 6 variables:
Numeric: Count of epileptic seizures
Integer: Patient identification number
Numeric: Treatment indicator
Numeric: Exposure period indicator
Numeric: Adjusted time period
Numeric: Patient age in years
The dataset name has been kept as 'epilepsy_drug_trial_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.