Skip to content

Commit 93cdae8

Browse files
authored
Merge pull request #276 from stan-dev/fix-model-weights-doc
Small fix in loo_model_weights doc
2 parents 6e7001e + a27067c commit 93cdae8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/loo_model_weights.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
#' log-likelihood matrices then [loo()] is called internally on each matrix.
1616
#' Currently the `loo_model_weights()` function is not implemented to be used
1717
#' with results from K-fold CV, but you can still obtain weights using K-fold
18-
#' CV results by calling the `stacking_weights()` function directly.
18+
#' CV results by calling the `stacking_weights()` or `pseudobma_weights()`
19+
#' function directly.
1920
#' @param method Either `"stacking"` (the default) or `"pseudobma"`, indicating which method
2021
#' to use for obtaining the weights. `"stacking"` refers to stacking of
2122
#' predictive distributions and `"pseudobma"` refers to pseudo-BMA+ weighting

0 commit comments

Comments
 (0)