Skip to content

Commit

Permalink
try something for the vignette #410
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Apr 7, 2021
1 parent b2f3b67 commit e34ef1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/indicesEstimationComparison.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ csl: apa.csl
---

```{r message=FALSE, warning=FALSE, include=FALSE}
library(knitr)
if (!requireNamespace("see", quietly = TRUE) ||
!requireNamespace("dplyr", quietly = TRUE) ||
!requireNamespace("parameters", quietly = TRUE) ||
Expand All @@ -26,7 +28,6 @@ if (!requireNamespace("see", quietly = TRUE) ||
knitr::opts_chunk$set(eval = FALSE)
}
library(knitr)
options(knitr.kable.NA = "")
knitr::opts_chunk$set(comment = ">")
options(digits = 2)
Expand Down Expand Up @@ -55,7 +56,7 @@ There are three main indices used in the literature for effect estimation:
- the **mean**
- the **median**
- the **MAP** (Maximum A Posteriori) estimate (roughly
corresponding to the mode (the "peak") of the distribution)
corresponding to the mode - the "peak" - of the distribution)

Unfortunately, there is no consensus about which one to use, as no systematic
comparison has ever been done.
Expand Down

0 comments on commit e34ef1b

Please sign in to comment.