Skip to content

Commit 4758c52

Browse files
committed
regenerate Rd files
1 parent 30ecb49 commit 4758c52

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Config/testthat/start-first: loo_subsampling_cases, loo_subsampling
5858
Encoding: UTF-8
5959
LazyData: TRUE
6060
Roxygen: list(markdown = TRUE)
61-
RoxygenNote: 7.3.2
61+
RoxygenNote: 7.3.3
6262
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc

R/loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pointwise_loo_calcs <- function(ll, psis_object) {
446446
#' @param diagnostics Named list containing vector `pareto_k` and vector `n_eff`.
447447
#' @param dims Log likelihood matrix dimensions (attribute of `"psis"` object).
448448
#' @template is_method
449-
#' @param is_object An object of class `"psis"/"tis"/"sis"`, as returned by the [psis()/tis()/sis()] function.
449+
#' @param is_object An object of class `"psis"/"tis"/"sis"`, as returned by the `psis()`/`tis()`/`sis()` function.
450450
#' @return A `'importance_sampling_loo'` object as described in the Value section of the [loo()]
451451
#' function documentation.
452452
#'

R/loo_subsample.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ estimator_choices <- function() {
471471

472472
#' Utility function to apply user-specified log-likelihood to a single data point
473473
#' @details
474-
#' See [elpd_loo_approximation] and [compute_lpds] for usage examples
474+
#' See `elpd_loo_approximation` and `compute_lpds` for usage examples
475475
#' @noRd
476476
#'
477477
#' @return lpd value for a single data point i
@@ -487,7 +487,7 @@ lpd_i <- function(i, llfun, data, draws) {
487487
#' using platform-dependent parallel backends when cores > 1
488488
#'
489489
#' @details
490-
#' See [elpd_loo_approximation] for usage examples
490+
#' See `elpd_loo_approximation` for usage examples
491491
#'
492492
#' @noRd
493493
#' @return a vector of computed log probability densities

man/loo-glossary.Rd

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

man/loo_compare.Rd

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

0 commit comments

Comments
 (0)