We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e7001e + a27067c commit 93cdae8Copy full SHA for 93cdae8
R/loo_model_weights.R
@@ -15,7 +15,8 @@
15
#' log-likelihood matrices then [loo()] is called internally on each matrix.
16
#' Currently the `loo_model_weights()` function is not implemented to be used
17
#' 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.
+#' CV results by calling the `stacking_weights()` or `pseudobma_weights()`
19
+#' function directly.
20
#' @param method Either `"stacking"` (the default) or `"pseudobma"`, indicating which method
21
#' to use for obtaining the weights. `"stacking"` refers to stacking of
22
#' predictive distributions and `"pseudobma"` refers to pseudo-BMA+ weighting
0 commit comments