This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
forked from Lakens/statistical_inferences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
83 lines (69 loc) · 3.69 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: "Improving Your Statistical Inferences"
author: "Daniël Lakens"
date: "2022-04-12"
site: bookdown::bookdown_site
documentclass: website
bibliography: [book.bib]
monofont: "Source Code Pro"
url: https://lakens.github.io/statistical_inferences/
cover-image: images/logo.png
description: |
This open educational resource contains information to improve statistical inferences, design better experiments, and report scientific research more transparently.
biblio-style: apalike
csl: apa.csl # Downloaded from https://www.zotero.org/styles?q=id%3Aapa
link-citations: yes
output:
bookdown::pdf_book:
pandoc_args: --top-level-division=chapter
---
# Introduction {-}
```{r, include = FALSE}
knitr::opts_chunk$set(error = FALSE, warning = FALSE, message = FALSE, out.width = '100%', fig.width = 8, fig.height = 5, fig.align = 'center')
```
```{r setup, include=FALSE}
# Add CC-BY logo in bookdown default template by adding the line below on line 147:
# <p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></p>
# Add citation to footer by replacing line 143 by:
# <p>Lakens, D. (2022). Improving Your Statistical Inferences. https://doi.org/10.5281/zenodo.6409077. Built on $date$
library(tidyverse)
library(gridExtra)
library(kableExtra)
library(ggrepel)
library(grid)
library(pwr)
library(Superpower)
library(ggplot2)
library(patchwork)
library(MASS)
library(TOSTER)
library(BEST)
library(metafor)
library(MOTE)
library(binom)
library(MASS)
library(gsDesign)
library(rpact)
library(BUCSS)
library(flextable)
library(zcurve)
library(JustifyAlpha)
library(effectsize)
library(truncnorm)
library(puniform)
library(gifski)
library(zcurve)
backgroundcolor <- "#fffafa"
```
::: {.small_right}
<img src="images/logo.png" alt="Logo"/>
:::
This open educational resource integrates information from my [blog](https://daniellakens.blogspot.com/), my MOOCs [Improving Your Statistical Inferences](https://www.coursera.org/learn/statistical-inferences) and [Improving Your Statistical Questions](https://www.coursera.org/learn/improving-statistical-questions), and my [scientific work](https://scholar.google.nl/citations?user=ZbqYyrsAAAAJ&hl=en). The goal is to make the information more accessible, and easier to update in the future.
I have re-used and adapted (parts of) my own open access articles, without adding quotation marks. Immense grattitude to my collaborators Casper Albers, Farid Anvari, Aaron Caldwell, Harlan Cambell, Nicholas Coles, Lisa DeBruine, Marie Delacre, Zoltan Dienes, Noah van Dongen, Alexander Etz, Ellen Evers, Jaroslav Gottfriend, Seth Green, Christopher Harms, Arianne Herrera-Bennett, Joe Hilgard, Peder Isager, Maximilian Maier, Neil McLatchie, Brian Nosek, Friedrich Pahlke, Pepijn Obels, Amy Orben, Anne Scheel, Janneke Staaks, Leo Tiokhin, Mehmet Tunç, Duygu Uygun Tunç, and Gernot Wassmer, who have contributed substantially to the ideas in this open educational resource. This resource was created during a sabbatical at Padova University, with thanks to the Advanced Data Analysis for Psychological Science students, and Gianmarco Altoè and Ughetta Moscardino for their hospitality.
If you find any mistakes, or have suggestions for improvement, you can [submit an issue on the GitHub page](https://github.com/Lakens/statistical_inferences/issues) of this open educational resource. This work is shared under a [CC-BY-NC-SA License](https://creativecommons.org/licenses/by-nc-sa/4.0).
This work is dedicated to Kyra, the love of my life.
::: {.small_left}
<img src="images/me.png" alt="Logo"/>
:::
Daniël Lakens
Eindhoven University of Technology