Skip to content

Commit e7da0ac

Browse files
fix example use of ppc_pit_ecdf
1 parent c57baf4 commit e7da0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ppc-distributions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
#'
107107
#' # ECDF difference plots of the PIT values by group
108108
#' # with 99% simultaneous confidence bands.
109-
#' ppc_pit_ecdf_grouped(y, yrep, group = group, prob = 0.99)
109+
#' ppc_pit_ecdf_grouped(y, yrep, group=group, prob=0.99, interpolate_adj=FALSE)
110110
#'
111111
#' # don't need to only use small number of rows for ppc_violin_grouped
112112
#' # (as it pools yrep draws within groups)

0 commit comments

Comments
 (0)