Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Suggests:
survival,
testthat (>= 2.0.0),
vdiffr (>= 1.0.2)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
6 changes: 3 additions & 3 deletions R/helpers-ppc.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ validate_predictions <- function(predictions, n_obs = NULL) {
#' Validate PIT
#'
#' Checks that `pit` is numeric, doesn't have any NAs, and is either a vector,
#' or a 1-D array with values in [0,1].
#' or a 1-D array with values in `[0,1]`.
#'
#' @param pit The 'pit' object from the user.
#' @return Either throws an error or returns a numeric vector.
Expand Down Expand Up @@ -521,8 +521,8 @@ get_interpolation_values <- function(N, K, L, prob) {
#' within the bounds until z1 and takes the value in x1 at z1.
#' @param x1 Vector of scaled ECDF values at the left end of the interval, z1.
#' @param x2 Vector of scaled ECDF values at the right end of the interval, z2.
#' @param z1 Left evaluation point in [0,1]
#' @param z2 Right evaluation point in [0,1] with z2 > z1.
#' @param z1 Left evaluation point in `[0,1]`
#' @param z2 Right evaluation point in `[0,1]` with z2 > z1.
#' @param N Total number of values in the sample.
#' @return A vector containing the probability to transitioning from the values
#' in x1 to each of the values in x2 weighted by the probabilities in p_int.
Expand Down
6 changes: 3 additions & 3 deletions man/bayesplot_theme_get.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.