-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatistics.Rmd
16 lines (12 loc) · 1.07 KB
/
statistics.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "Statistics"
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
error = TRUE,
comment = "")
```
# Statistical Decision Tree {#statisticalDecisionTree}
![A Statistical Decision Tree For Choosing an Appropriate Statistical Procedure. Adapted from: <https://commons.wikimedia.org/wiki/File:InferentialStatisticalDecisionMakingTrees.pdf>. The original source is: Corston, R., & Colman, A. M. (2000). *A crash course in SPSS for Windows*. Wiley-Blackwell. Changes were made to the original, including the addition of several statistical tests.](images/statisticalDecisionTree.png)
![A Statistical Decision Tree For Choosing an Appropriate Statistical Procedure, Re-Formulated in a Regression Framework. Adapted from: <https://commons.wikimedia.org/wiki/File:InferentialStatisticalDecisionMakingTrees.pdf>. The original source is: Corston, R. & Colman, A. M. (2000). *A crash course in SPSS for Windows*. Wiley-Blackwell. Changes were made to the original, including re-formulating the tests in a regression framework.](images/statisticalDecisionTreeRegression.png)