Skip to content

Commit

Permalink
Merge pull request #232 from stan-dev/fix-knitr-chunks
Browse files Browse the repository at this point in the history
Fix unbalanced knitr backticks
  • Loading branch information
jgabry authored Nov 9, 2023
2 parents 5d08592 + ce6f350 commit 8aed6a5
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 8aed6a5

Please sign in to comment.