Skip to content

Commit

Permalink
fix rdname for ess_mean
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kall committed Oct 3, 2024
1 parent 20b6d3a commit 25b5322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/convergence.R
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ ess_median <- function(x, ...) {
#' @export
ess_mean <- function(x, ...) UseMethod("ess_mean")

#' @rdname ess_quantile
#' @rdname ess_mean
#' @export
ess_mean.default <- function(x, ...) {
.ess(.split_chains(x))
Expand Down
3 changes: 3 additions & 0 deletions man/ess_mean.Rd

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

3 changes: 0 additions & 3 deletions man/ess_quantile.Rd

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

0 comments on commit 25b5322

Please sign in to comment.