This dataset, SAHemorrhage_df, is a data frame containing clinical and laboratory variables from 113 patients diagnosed with aneurysmal subarachnoid hemorrhage. The dataset includes functional outcomes, demographic information, clinical severity scores, and biomarker measurements. These data provide valuable information for studying neurological prognosis, biomarker associations, and clinical patterns in patients with subarachnoid hemorrhage.
data(SAHemorrhage_df)A data frame with 113 observations and 7 variables:
Glasgow Outcome Scale at 6 months (ordered factor with 5 levels)
Clinical outcome classification (factor with 2 levels)
Gender of the patient (factor with 2 levels)
Age of the patient (integer)
WFNS clinical grade (ordered factor with 5 levels)
S100B biomarker level (numeric)
Nucleoside diphosphate kinase A level (numeric)
The dataset name has been kept as SAHemorrhage_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.