Skip to content

Commit

Permalink
fix issue #1665
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Sep 12, 2024
1 parent a04ac68 commit 87feb9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions R/loo.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
#' See \code{\link[loo:pareto-k-diagnostic]{pareto_k_ids}} for more details.
#' @param save_psis Should the \code{"psis"} object created internally be saved
#' in the returned object? For more details see \code{\link[loo:loo]{loo}}.
#' @param moment_match_args Optional \code{list} of additional arguments passed to
#' \code{\link{loo_moment_match}}.
#' @param reloo_args Optional \code{list} of additional arguments passed to
#' \code{\link{reloo}}.
#' @param moment_match_args Optional named \code{list} of additional arguments
#' passed to \code{\link{loo_moment_match}}.
#' @param reloo_args Optional named \code{list} of additional arguments passed to
#' \code{\link{reloo}}. This can be useful, among others, to control
#' how many chains, iterations, etc. to use for the fitted sub-models.
#' @param model_names If \code{NULL} (the default) will use model names
#' derived from deparsing the call. Otherwise will use the passed
#' values as model names.
Expand Down
9 changes: 5 additions & 4 deletions man/loo.brmsfit.Rd

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

0 comments on commit 87feb9d

Please sign in to comment.