Skip to content

Commit

Permalink
Fix unbalanced knitr backticks
Browse files Browse the repository at this point in the history
Fixes #231
  • Loading branch information
jgabry committed Nov 2, 2023
1 parent 6c1e230 commit ce6f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/loo2-non-factorized.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ is strong. In fact, summing over the pointwise ELPD values and leaving out the
fourth observation yields practically equivalent results for approximate and
exact LOO-CV:

````{r pt4}
```{r pt4}
without_pt_4 <- c(
approx = sum(psis_loo$pointwise[-4, "elpd_loo"]),
exact = sum(exact_elpds[-4])
Expand Down

0 comments on commit ce6f350

Please sign in to comment.