Tutorial : Power Calculations in R
Doctoral Neuroscience School 09 Dec 2024
Clone repository
To get all the files, run in your cmd
git clone https://gitlab.uliege.be/Paradeisios.Boulakis/power-calculation-r.git
or download the source code
Setup
- Install R + RStudio as described here
- Install necessary dependencies. Open RStudio and run the following command
install.packages(c("pwrss","pwr","ggplot2","rpact"))