Skip to content

Commit f5c0dc3

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

R/ppc-distributions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
#' }
7474
#' # ECDF and ECDF difference plot of the PIT values of ´y´ compared to ´yrep
7575
#' # with 99% simultaneous confidence bands.
76-
#' ppc_pit_ecdf(y, yrep, prob = 0.99, plot_diff = FALSE)
77-
#' ppc_pit_ecdf(y, yrep, prob = 0.99)
76+
#' ppc_pit_ecdf(y, yrep, prob = 0.99, plot_diff = FALSE, interpolate_adj = FALSE)
77+
#' ppc_pit_ecdf(y, yrep, prob = 0.99, interpolate_adj = FALSE)
7878
#'
7979
#'
8080
#' # for ppc_hist,dens,freqpoly,boxplot definitely use a subset yrep rows so

man/PPC-distributions.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)