Revision 3da49db3cf0eea4d2c5eba241ddb5470cd7dd929 authored by Dominique Makowski on 26 January 2021, 16:40:03 UTC, committed by cran-robot on 26 January 2021, 16:40:03 UTC
1 parent 6acd4f1
indicesExistenceComparison.Rmd
---
title: "In-Depth 2: Comparison of Indices of Effect Existence and Significance"
output:
github_document:
toc: true
toc_depth: 3
fig_width: 10.08
fig_height: 6
word_document:
toc: true
toc_depth: 3
fig_width: 10.08
fig_height: 6
df_print: "kable"
highlight: "pygments"
reference_docx: templates/Template_Frontiers.docx
rmarkdown::html_vignette:
toc: true
toc_depth: 3
fig_width: 10.08
fig_height: 6
tags: [r, bayesian, posterior, test]
vignette: >
\usepackage[utf8]{inputenc}
%\VignetteIndexEntry{In-Depth 2: Comparison of Indices of Effect Existence}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
bibliography: bibliography.bib
csl: apa.csl
---
```{r message=FALSE, warning=FALSE, include=FALSE}
library(knitr)
options(knitr.kable.NA = '')
knitr::opts_chunk$set(comment=">", dpi=75)
options(digits=2)
```
This vignette can be referred to by citing the following:
- Makowski, D., Ben-Shachar, M. S., \& Lüdecke, D. (2019). *bayestestR: Describing Effects and their Uncertainty, Existence and Significance within the Bayesian Framework*. Journal of Open Source Software, 4(40), 1541. https://doi.org/10.21105/joss.01541
- Makowski, D., Ben-Shachar, M. S., Chen, S. H. A., \& Lüdecke, D. (2019). *Indices of Effect Existence and Significance in the Bayesian Framework*. Frontiers in Psychology 2019;10:2767. [10.3389/fpsyg.2019.02767](https://doi.org/10.3389/fpsyg.2019.02767)
---
# Indices of Effect *Existence* and *Significance* in the Bayesian Framework
A comparison of different Bayesian indices (*pd*, *BFs*, ROPE etc.) is accessible [**here**](https://doi.org/10.3389/fpsyg.2019.02767).

Computing file changes ...