crimOffenders_df | R Documentation |
This dataset contains information on criminal offenders who were screened in Florida during 2013-2014.
data(crimOffenders_df)
A data frame with 5,855 observations and 16 variables:
Age of the offender (numeric).
Number of juvenile felonies committed (numeric).
COMPAS score decile (numeric).
Number of juvenile misdemeanors committed (numeric).
Number of other juvenile convictions (numeric).
Predicted decile score of the offender (numeric).
Number of prior crimes committed (numeric).
Gender of the offender (factor with levels 'Female' and 'Male').
Recidivism within two years (factor with levels 'Yes' and 'No').
Race of the offender (factor with levels 'White', 'Black', 'Hispanic', 'Asian', 'Other', 'Native').
Date of entry into jail (normalized between 0 and 1, numeric).
Date of release from jail (normalized between 0 and 1, numeric).
Date the offense was committed (numeric).
Date the offender was screened (numeric).
Date the offender was placed in custody (numeric, normalized between 0 and 1).
Date the offender was released from custody (numeric, normalized between 0 and 1).
The dataset name has been changed to 'crimOffenders_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.
Data collected from criminal offenders screened in Florida during 2013-2014.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.