File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,9 @@ __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
164164determines the Pareto $k$ threshold, above which moment matching is used. By
165165default, it operates on all observations whose Pareto $k$ value is larger than
166- 0.7. (NOTE: Using moment matching directly using the ` loo() ` function is
167- currently available in the development version of __ rstan__ in
168- https://github.com/topipa/rstan , but will be available in the CRAN release
169- eventually).
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 .)
170169
171170```
172171loo2 <- loo(fit, moment_match = TRUE)
You can’t perform that action at this time.
0 commit comments