Skip to content

Commit

Permalink
Docs: In the nloo entry, omit the "faster experimentation" part
Browse files Browse the repository at this point in the history
(distracts from the fact that because of possible bugs and possible
methodological deficiencies described in #94, the `nloo` feature is experimental
in the first place).
  • Loading branch information
fweber144 committed Nov 7, 2023
1 parent 4b43ac8 commit 8dd6008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/cv_varsel.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
#' "LOO"`. Number of subsampled PSIS-LOO CV folds, i.e., number of
#' observations used for the approximate LOO CV (anything from 1 to the number
#' of all observations). Smaller values lead to faster computation but higher
#' uncertainty in the evaluation part. Currently, subsampled PSIS-LOO CV
#' should only be used for faster experimentation. If `NULL`, all observations
#' are used (as by default).
#' uncertainty in the evaluation part. If `NULL`, all observations are used
#' (as by default).
#' @param K Only relevant if `cv_method = "kfold"` and if `cvfits` is `NULL`
#' (which is the case for reference model objects created by
#' [get_refmodel.stanreg()] or [brms::get_refmodel.brmsfit()]). Number of
Expand Down
5 changes: 2 additions & 3 deletions man/cv_varsel.Rd

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

0 comments on commit 8dd6008

Please sign in to comment.