BrainCancerCases_df | R Documentation |
This dataset, BrainCancerCases_df, is a data frame containing data on brain cancer cases in New Mexico. It includes information about the county, number of cases, year of diagnosis, age group, and sex of the patients. The dataset consists of 1175 observations with 5 variables.
data(BrainCancerCases_df)
A data frame with 1175 observations and 5 variables:
County of diagnosis (Factor with 31 levels).
Number of cases (integer).
Year of diagnosis (integer).
Age group of patients (integer).
Sex of the patient (integer).
The dataset name has been kept as 'BrainCancerCases_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets 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 rsatscan package, distributed with SaTScan software: https://www.satscan.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.