Skip to content

Commit

Permalink
minor doc cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Nov 15, 2024
1 parent ed43494 commit 28c3f0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/kfold.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
#' @param joint Indicates which observations' log likelihoods shall be
#' considered jointly in the ELPD computation. If \code{"obs"} or \code{FALSE}
#' (the default), each observation is considered separately. This enables
#' comparability of \code{kfold} with \code{loo}. If \code{"fold"}, the joint
#' log likelihoods per fold are used. If \code{"group"}, the joint log
#' likelihoods per group within folds are used (only available if argument
#' \code{group} is specified).
#' comparability of \code{kfold} with \code{loo}. If \code{"fold"} or
#' \code{TRUE}, the joint log likelihoods per fold are used. If
#' \code{"group"}, the joint log likelihoods per group within folds are used
#' (only available if argument \code{group} is specified).
#' @param save_fits If \code{TRUE}, a component \code{fits} is added to
#' the returned object to store the cross-validated \code{brmsfit}
#' objects and the indices of the omitted observations for each fold.
Expand Down
8 changes: 4 additions & 4 deletions man/kfold.brmsfit.Rd

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

0 comments on commit 28c3f0f

Please sign in to comment.