Skip to content

Commit 68ceb49

Browse files
committed
updating ppc-discrete documentation to reference to other discrete friendly functions
1 parent d26b850 commit 68ceb49

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

R/ppc-discrete.R

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,21 @@
7777
#' }
7878
#' }
7979
#'
80+
#' @section Related functions:
81+
#' In addition to the functions on this page that are restricted to discrete
82+
#' outcomes, some general PPC/PPD functions also support discrete data
83+
#' when requested:
84+
#' - [ppc_stat()] and [ppc_stat_grouped()] can visualize discrete test statistics
85+
#' with predictive checks when `discrete = TRUE`.
86+
#' - [ppd_stat()] and [ppd_stat_grouped()] can visualize discrete test statistics
87+
#' from predictive draws when `discrete = TRUE`.
88+
#' - [ppc_ecdf_overlay] can visualize empirical CDFs for discrete statistics
89+
#' with `discrete = TRUE`.
90+
#' - [ppc_pit_ecdf()] and [ppc_pit_ecdf_grouped()] can also handle discrete
91+
#' variables to plot PIT-ECDF of the empirical PIT values.
92+
#' These functions are not limited to discrete outcomes, but offer discrete-friendly
93+
#' displays for integer-valued statistics.
94+
#'
8095
#' @examples
8196
#' set.seed(9222017)
8297
#'

man/PPC-discrete.Rd

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

0 commit comments

Comments
 (0)