Skip to content

Commit b8ecbd1

Browse files
committed
Update loo2-moment-matching.Rmd
1 parent 64ba936 commit b8ecbd1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

vignettes/loo2-moment-matching.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,10 @@ __rstan__. It only requires setting the argument `moment_match` to `TRUE` in the
163163
`loo()` function. Optionally, you can also set the argument `k_threshold` which
164164
determines the Pareto $k$ threshold, above which moment matching is used. By
165165
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.)
166+
0.7.
169167

170168
```{r loo_moment_match}
169+
# available in rstan >= 2.21
171170
loo2 <- loo(fit, moment_match = TRUE)
172171
loo2
173172
```

0 commit comments

Comments
 (0)