Skip to content

Commit c57baf4

Browse files
Documentation error fixes
1 parent 9f8ff05 commit c57baf4

File tree

5 files changed

+43
-37
lines changed

5 files changed

+43
-37
lines changed

R/helpers-ppc.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ interpolate_gamma <- function(N, K, prob, L) {
445445
#' @param L Number of chains. Used for MCMC, defaults to 1 for ppc.
446446
#' @param prob Desired simultaneous coverage (0,1).
447447
#' @return A data.frame containing the relevant precomputed values.
448+
#' @noRd
448449
get_interpolation_values <- function(N, K, L, prob) {
449450
for (dim in c("L", "prob")) {
450451
if (all(get(dim) != bayesplot:::gamma_adj[, dim])) {

R/mcmc-traces.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
#'
120120
#' # ECDF difference plots of the ranking of MCMC samples between chains.
121121
#' # Provide 99% simultaneous confidence intervals for the chains sampling from
122-
#' the same distribution.
122+
#' # the same distribution.
123123
#' mcmc_rank_ecdf(x, prob = 0.99)
124124
#'
125125
#' \dontrun{

man-roxygen/args-pit-ecdf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @param K An optional integer defining the number of equally spaced evaluation
22
#' points for the ECDF. If the submitted PIT values are known to be discrete,
33
#' this should be the number of the discrete cases. Defaults to the smaller of
4-
#' length(y) and ncol(yrep).
4+
#' ´length(y)´ and ´ncol(yrep)´ when applicable.
55
#' @param prob The desired simultaneous coverage level of the bands around the
66
#' ECDF. A value in (0,1).
77
#' @param plot_diff A boolean defining wether to plot the difference between the

man/MCMC-traces.Rd

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

man/PPC-distributions.Rd

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

0 commit comments

Comments
 (0)