Suicide_Germany_df | R Documentation |
This dataset contains information on suicide rates in West Germany, classified by age, sex, and method of suicide. The data was collected from Heuer (1979) and provides detailed insight into suicide rates across different demographic groups. It includes the frequency of suicides, categorized by sex, method of suicide, and age group.
data(Suicide_Germany_df)
A data frame with 306 observations and 6 variables:
Numeric variable representing the frequency of suicides.
Factor indicating the sex of the individual (2 levels: 'Male', 'Female').
Factor indicating the method of suicide (9 levels).
Numeric variable representing the age of the individual.
Factor indicating the age group (5 levels).
Factor indicating a secondary categorization of the suicide method (8 levels).
The dataset name has been changed to 'Suicide_Germany_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets 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.
Heuer, 1979. Suicide Rates in West Germany.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.