-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathResources.qmd
11 lines (9 loc) · 1004 Bytes
/
Resources.qmd
1
2
3
4
5
6
7
8
9
10
11
---
title: "Resources"
project-type: website
---
These are other resources on power analysis by simulation:
* [SuperpowerBook](https://aaroncaldwell.us/SuperpowerBook/) by Aaron R. Caldwell, Daniël Lakens, Chelsea M. Parlett-Pelleriti, Guy Prochilo, and Frederik Aust. *This teaches how to use the superpower R package to simulate factorial designs and calculate power.*
* Blog post series "[Power Analysis by Data Simulation in R](https://julianquandt.com/post/power-analysis-by-data-simulation-in-r-part-i/)" by Julian Quandt (see Parts I to IV). *These blog posts provide a very detailed step-by-step explanation of the necessary steps.*
* "Simulation-based power analysis for regression" by Andrew Hales ([Youtube video](https://www.youtube.com/watch?v=x2hhc5KYw-c), [OSF Material](https://osf.io/e42mg/)). *In this video, Andrew explains the steps to you.*
* [`faux`](https://debruine.github.io/faux/index.html) package by Lisa DeBruine. *Simulate data for factorial and mixed designs.*