We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ba936 commit b8ecbd1Copy full SHA for b8ecbd1
1 file changed
vignettes/loo2-moment-matching.Rmd
@@ -163,11 +163,10 @@ __rstan__. It only requires setting the argument `moment_match` to `TRUE` in the
163
`loo()` function. Optionally, you can also set the argument `k_threshold` which
164
determines the Pareto $k$ threshold, above which moment matching is used. By
165
default, it operates on all observations whose Pareto $k$ value is larger than
166
-0.7. (NOTE: using moment matching directly via the `loo()` function will be
167
-available in __rstan__ > 2.19.3. Until then use
168
-https://github.com/stan-dev/rstan/pull/743.)
+0.7.
169
170
```{r loo_moment_match}
+# available in rstan >= 2.21
171
loo2 <- loo(fit, moment_match = TRUE)
172
loo2
173
```
0 commit comments