diff --git a/R/data.R b/R/data.R index 787917a..c61edf2 100644 --- a/R/data.R +++ b/R/data.R @@ -728,8 +728,8 @@ NULL #' \item{`days`}{Number of days to rearrest.} #' \item{`months`}{Number of months to rearrest, on the scale of an "average" month (with 30.4375 days).} #' \item{`censor`}{Censoring status.} -#' \item{`personal`}{Committed a person-related crime} -#' \item{`property`}{Binary indicator for whether the inmate committed a property crime.} +#' \item{`person_crime`}{Committed a person-related crime} +#' \item{`property_crime`}{Binary indicator for whether the inmate committed a property crime.} #' \item{`age`}{Centred age at time or release.} #' } #' @source diff --git a/man/rearrest.Rd b/man/rearrest.Rd index 4e5759b..a9674ea 100644 --- a/man/rearrest.Rd +++ b/man/rearrest.Rd @@ -13,8 +13,8 @@ A person-level data frame with 194 rows and \item{\code{days}}{Number of days to rearrest.} \item{\code{months}}{Number of months to rearrest, on the scale of an "average" month (with 30.4375 days).} \item{\code{censor}}{Censoring status.} -\item{\code{personal}}{Committed a person-related crime} -\item{\code{property}}{Binary indicator for whether the inmate committed a property crime.} +\item{\code{person_crime}}{Committed a person-related crime} +\item{\code{property_crime}}{Binary indicator for whether the inmate committed a property crime.} \item{\code{age}}{Centred age at time or release.} } }