forked from phillipagres/boot-perm-apa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
32 lines (27 loc) · 1.01 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
---
title: "APA Statement using Resampling Techniques for GLM using R"
author: "Ekarin E. Pongpipat, Phillip F. Agres, Paulina Skolasinska"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "This book is a reference on how to perform resampling techniques (e.g., bootstrapping and permutation testing) to write a more informed APA statement."
subtitle: "This book is a reference on how to perform resampling techniques (e.g., bootstrapping and permutation testing) to write a more informed APA statement."
---
# Introduction
Currently, the APA statement includes:
- Estimate
- Name of Statistic
- Degrees of Freedom (df)
- Statistical Value
- *p*-value
However, this is not always informative. The APA statement should include:
- Estimate and its Confidence Interval (CI)
- Name of Statistic
- Degrees of Freedom (df)
- Statistical Value
- Mean Squared Error (MSE)
- Adjusted R^2 and its CI
- Permutated P-Value