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
6 changes: 4 additions & 2 deletions R/loo_subsample.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#' Efficient approximate leave-one-out cross-validation (LOO) using subsampling,
#' so that less costly and more approximate computation is made for all LOO-fold,
#' Efficient approximate LOO-CV using subsampling
#'
#' @description Efficiently approximates leave-one-out cross-validation (LOO-CV) via subsampling.
#' Less costly and more approximate computation is made for all LOO-fold,
#' and more costly and accurate computations are made only for m<N LOO-folds.
#'
#' @param x A function. The **Methods (by class)** section, below, has detailed
Expand Down
8 changes: 3 additions & 5 deletions man/loo_subsample.Rd

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

Loading