We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f1eb6 commit 2feb6caCopy full SHA for 2feb6ca
1 file changed
vignettes/Chapter05.Rmd
@@ -589,9 +589,9 @@ knitr::kable(round(res, 3))
589
590
## Example 5.13 / Figure 5.7: Prior (non-)invariance illustration
591
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).
+First, we define the function `dbetamod`, a modified version of the
+native `dbeta` to return the improper kernel if both parameters are 0
+(and resort to the original `dbeta` otherwise).
595
596
```{r}
597
dbetamod <- function(x, a, b) {
0 commit comments