pediatric_glioma_tbl_df | R Documentation |
This dataset, pediatric_glioma_tbl_df, is a tibble containing comprehensive clinical and tumor characteristics for 57 pediatric patients with high-grade glioma. The data includes 22 variables covering demographic, symptomatic, pathological, treatment, and outcome measures.
data(pediatric_glioma_tbl_df)
A tibble with 57 observations and 22 variables:
Numeric: Patient age in years
Character: Patient gender
Character: Headache presence/characteristics
Character: Epilepsy status
Character: Hemiparesis presence
Character: Increased intracranial pressure indicators
Character: Tumor pathology classification
Numeric: WHO tumor grade (III-IV)
Character: Thalamic involvement
Character: Bilateral extension
Character: Posterior fossa extension
Character: Brainstem involvement
Character: Multifocal tumor presence
Character: Midline shift presence
Character: Peritumoral edema characteristics
Numeric: Estimated tumor volume (cm³)
Character: Surgical resection extent
Character: Ventricular shunt presence
Character: Post-surgical residual tumor
Character: Neurological status
Numeric: Performance status pre-radiotherapy
Character: Mortality outcome
The dataset name has been kept as 'pediatric_glioma_tbl_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 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified.
Kaggle dataset: Pediatric High-Grade Glioma Dataset. URL: https://www.kaggle.com/datasets/amraam/pediatric-high-grade-glioma-dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.