UScrime_df | R Documentation |
This dataset contains aggregate data on crime rates and socioeconomic indicators for 47 states in the USA for 1960. It explores the effect of punishment regimes on crime rates, with variables scaled to convenient numbers.
data(UScrime_df)
A data frame with 47 observations and 16 variables:
Number of males aged 14–24 per 100,000 (integer).
Indicator for Southern states (1 = South, 0 = non-South) (integer).
Mean years of schooling (integer).
Police expenditure in 1960 per capita (integer).
Police expenditure in 1959 per capita (integer).
Labor force participation rate per 100,000 (integer).
Ratio of males to females (integer).
Population size per 100,000 (integer).
Percent non-white population (integer).
Unemployment rate of urban males aged 14–24 (integer).
Unemployment rate of urban males aged 35–39 (integer).
Gross domestic product per capita (integer).
Income inequality indicator (integer).
Probability of imprisonment (numeric).
Average time served in state prisons (in months) (numeric).
Crime rate: number of offenses per 100,000 population (integer).
The dataset name has been changed to 'UScrime_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 traditional data frame in R. The original content has not been modified in any way.
Aggregate data on crime and punishment regimes in the USA, 1960.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.