Skip to content

Commit a5d4829

Browse files
committed
Update ppc-censoring.R
1 parent 4724f3b commit a5d4829

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

R/ppc-censoring.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ NULL
8787
#' be a numeric vector of the same length as `y` with values in \{0, 1\} (0 =
8888
#' right censored, 1 = event).
8989
#' @param left_truncation_y Optional parameter that specifies left-truncation
90-
#' (delayed entry) times for the observations from `y`. This must
91-
#' be a numeric vector of the same length as `y`. If `NULL` (default),
92-
#' no left-truncation is assumed.
90+
#' (delayed entry) times for the observations from `y`. This must be a numeric
91+
#' vector of the same length as `y`. If `NULL` (default), no left-truncation
92+
#' is assumed.
9393
#' @param extrapolation_factor A numeric value (>=1) that controls how far the
9494
#' plot is extended beyond the largest observed value in `y`. The default
9595
#' value is 1.2, which corresponds to 20 % extrapolation. Note that all
96-
#' posterior predictive draws may not be shown by default because of
97-
#' the controlled extrapolation. To display all posterior predictive draws,
98-
#' set `extrapolation_factor = Inf`.
96+
#' posterior predictive draws may not be shown by default because of the
97+
#' controlled extrapolation. To display all posterior predictive draws, set
98+
#' `extrapolation_factor = Inf`.
9999
#'
100100
ppc_km_overlay <- function(
101101
y,

0 commit comments

Comments
 (0)