Skip to content

Commit

Permalink
update variable names for rearrest data
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthy-m-g committed Jun 26, 2024
1 parent 91ea367 commit 591a252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/rearrest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 591a252

Please sign in to comment.