NCAdata_tbl_df | R Documentation |
This dataset contains pre-treatment covariates, a binary treatment (Z), an ordinal decision (D), and an outcome variable (Y). It is used to study new criminal activity (NCA).
data(NCAdata_tbl_df)
A tibble with 1,891 observations and 19 variables:
Numeric variable representing the individual's sex.
Numeric variable indicating whether the individual is White.
Numeric interaction term between Sex and White.
Numeric variable indicating the individual's age.
Numeric variable indicating if there was a pending charge at the time of offense.
Numeric variable indicating a non-violent misdemeanor charge.
Numeric variable indicating a violent misdemeanor charge.
Numeric variable indicating a violent felony charge.
Numeric variable indicating a non-violent felony charge.
Numeric variable indicating prior misdemeanor convictions.
Numeric variable indicating prior felony convictions.
Numeric variable indicating prior violent convictions.
Numeric variable indicating prior sentences to incarceration.
Numeric variable indicating prior failures to appear (FTA) in the past two years.
Numeric variable indicating prior failures to appear (FTA) older than two years.
Numeric variable indicating the staff release recommendation.
Binary treatment variable.
Ordinal decision variable.
Outcome variable measuring new criminal activity (NCA).
The dataset name has been changed to 'NCAdata_tbl_df' to avoid confusion with other data sets 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 Dane data with new criminal activity (NCA) as an outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.