NVCAdata_tbl_df | R Documentation |
This dataset contains information related to new violent criminal activity (NVCA) as an outcome. It includes pre-treatment covariates, a binary treatment variable (Z), an ordinal decision variable (D), and an outcome variable (Y). The dataset provides a rich set of variables that can be used to analyze factors influencing violent crime recidivism, with a focus on various demographic and criminal history attributes.
data(NVCAdata_tbl_df)
A tibble with 1,891 observations and 19 variables:
Sex of the individual (numeric).
Indicates if the individual is White (numeric).
Indicates if the individual is both White and male (numeric).
Age of the individual (numeric).
Pending charge at the time of offense (numeric).
Non-violent misdemeanor charge (numeric).
Violent misdemeanor charge (numeric).
Violent felony charge (numeric).
Non-violent felony charge (numeric).
Prior misdemeanor conviction (numeric).
Prior felony conviction (numeric).
Prior violent conviction (numeric).
Prior sentence to incarceration (numeric).
Prior failure to appear in the past two years (numeric).
Prior failure to appear older than two years (numeric).
Staff release recommendation (numeric).
Binary treatment variable (numeric).
Ordinal decision variable (numeric).
Outcome variable indicating new violent criminal activity (numeric).
The dataset name has been changed to 'NVCAdata_tbl_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 'tbl_df' indicates that the dataset is a tibble in R. The original content has not been modified in any way.
Interim data on violent criminal activity (NVCA).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.