Skip to content

Commit 7eafeb8

Browse files
authored
Merge pull request #339 from vinniott/shorten-loo-subsample-title
Shortened ?loo_subsample title and slightly edited description
2 parents d5e23dd + 1e13153 commit 7eafeb8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

R/loo_subsample.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#' Efficient approximate leave-one-out cross-validation (LOO) using subsampling,
2-
#' so that less costly and more approximate computation is made for all LOO-fold,
1+
#' Efficient approximate LOO-CV using subsampling
2+
#'
3+
#' @description Efficiently approximates leave-one-out cross-validation (LOO-CV) via subsampling.
4+
#' Less costly and more approximate computation is made for all LOO-fold,
35
#' and more costly and accurate computations are made only for m<N LOO-folds.
46
#'
57
#' @param x A function. The **Methods (by class)** section, below, has detailed

man/loo_subsample.Rd

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

0 commit comments

Comments
 (0)