|
64 | 64 | #' @section PPC plotting functions: The plotting functions for prior and |
65 | 65 | #' posterior predictive checking are organized into several categories, each |
66 | 66 | #' with its own documentation: |
67 | | -#' * [__Distributions__][PPC-distributions]: Histograms, kernel density |
| 67 | +#' * [Distributions][PPC-distributions]: Histograms, kernel density |
68 | 68 | #' estimates, boxplots, and other plots comparing the empirical distribution |
69 | 69 | #' of data `y` to the distributions of individual simulated datasets (rows) |
70 | 70 | #' in `yrep`. |
71 | | -#' * [__Statistics__][PPC-test-statistics]: The distribution of a statistic, |
| 71 | +#' * [Statistics][PPC-test-statistics]: The distribution of a statistic, |
72 | 72 | #' or a pair of statistics, over the simulated datasets (rows) in `yrep` |
73 | 73 | #' compared to value of the statistic(s) computed from `y`. |
74 | | -#' * [__Intervals__][PPC-intervals]: Interval estimates of `yrep` with `y` |
| 74 | +#' * [Intervals][PPC-intervals]: Interval estimates of `yrep` with `y` |
75 | 75 | #' overlaid. The x-axis variable can be optionally specified by the user |
76 | 76 | #' (e.g. to plot against a predictor variable or over time). |
77 | | -#' * [__Predictive errors__][PPC-errors]: Plots of predictive errors |
| 77 | +#' * [Predictive errors][PPC-errors]: Plots of predictive errors |
78 | 78 | #' (`y - yrep`) computed from `y` and each of the simulated datasets (rows) |
79 | 79 | #' in `yrep`. For binomial models binned error plots are also available. |
80 | | -#' * [__Scatterplots__][PPC-scatterplots]: Scatterplots (and similar |
| 80 | +#' * [Scatterplots][PPC-scatterplots]: Scatterplots (and similar |
81 | 81 | #' visualizations) of the data `y` vs. individual simulated datasets |
82 | 82 | #' (rows) in `yrep`, or vs. the average value of the distributions of each |
83 | 83 | #' data point (columns) in `yrep`. |
84 | | -#' * [__Plots for discrete outcomes__][PPC-discrete]: PPC functions that can |
| 84 | +#' * [Plots for discrete outcomes][PPC-discrete]: PPC functions that can |
85 | 85 | #' only be used if `y` and `yrep` are discrete. For example, rootograms for |
86 | 86 | #' count outcomes and bar plots for ordinal, categorical, and |
87 | 87 | #' multinomial outcomes. |
88 | | -#' * [__LOO predictive checks__][PPC-loo]: PPC functions for predictive checks |
| 88 | +#' * [LOO predictive checks][PPC-loo]: PPC functions for predictive checks |
89 | 89 | #' based on (approximate) leave-one-out (LOO) cross-validation. |
90 | 90 | #' |
91 | 91 | #' @section Providing an interface for predictive checking from another package: |
|
0 commit comments