File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 87
87
# ' be a numeric vector of the same length as `y` with values in \{0, 1\} (0 =
88
88
# ' right censored, 1 = event).
89
89
# ' @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.
93
93
# ' @param extrapolation_factor A numeric value (>=1) that controls how far the
94
94
# ' plot is extended beyond the largest observed value in `y`. The default
95
95
# ' 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`.
99
99
# '
100
100
ppc_km_overlay <- function (
101
101
y ,
You can’t perform that action at this time.
0 commit comments