Skip to content

Commit 2feb6ca

Browse files
committed
fixed inline code
1 parent 13f1eb6 commit 2feb6ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vignettes/Chapter05.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,9 @@ knitr::kable(round(res, 3))
589589

590590
## Example 5.13 / Figure 5.7: Prior (non-)invariance illustration
591591

592-
First, we define the function \code{dbetamod}, a modified version of the
593-
native \code{dbeta} to return the improper kernel if both parameters are 0
594-
(and resort to the original \code{dbeta} otherwise).
592+
First, we define the function `dbetamod`, a modified version of the
593+
native `dbeta` to return the improper kernel if both parameters are 0
594+
(and resort to the original `dbeta` otherwise).
595595

596596
```{r}
597597
dbetamod <- function(x, a, b) {

0 commit comments

Comments
 (0)