R/Recidivism-data.R

#' recidivism
#'
#' @description Recidivism Rates. See page 188
#'
#' The variables included in the dataset are:
#' \itemize{
#' \item\code{Crime.Type} The type of crime committed
#' \item\code{Released} The number of individuals released from a facility
#' \item\code{Returned} The number of individuals returned to a facility
#' \item\code{Percentage} (The number of individuals returned to a facility)/(The number of individuals released from a facility)
#' }
#'  
#' @usage data(recidivism)
#' @name recidivism
#' @format data frame with 27 observations of different crime types with 5 explanatory variables
#' @source state-level recidivism data as collected by the Oklahoma Department of Corrections from January 1, 1985 to June 30, 1999
#' @docType data
NULL

Try the BaM package in your browser

Any scripts or data that you put into this service are public.

BaM documentation built on Oct. 14, 2022, 5:07 p.m.