Skip to content

Commit

Permalink
Merge pull request #30 from mccarthy-m-g/chapter-14
Browse files Browse the repository at this point in the history
Update Chapter 14
  • Loading branch information
mccarthy-m-g authored Aug 8, 2024
2 parents fc0cb4f + ff7ef8f commit 2763ce3
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 254 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ Suggests:
Config/Needs/website:
broom,
broom.mixed,
car,
corrr,
dplyr,
easystats,
ggh4x,
ggplot2,
glmmTMB,
gt,
gt (>= 0.11.0),
katex (>= 1.4.1),
lavaan,
lme4,
Expand All @@ -48,8 +49,6 @@ Config/Needs/website:
tidyr,
tidySEM,
vctrs
Remotes:
rstudio/gt
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Expand Down
6 changes: 3 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ NULL

#' Days to inmate recidivism
#'
#' Data from Henning and Frueh (1996) measuring measuring days to rearrest in
#' Data from Henning and Frueh (1996) measuring days to rearrest in
#' a sample of 194 inmates recently released from a medium security prison. Inmates
#' were followed for up to three years or until they were rearrested.
#'
Expand All @@ -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
6 changes: 3 additions & 3 deletions man/rearrest.Rd

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

Loading

0 comments on commit 2763ce3

Please sign in to comment.