Skip to content
Snippets Groups Projects

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

  1. Install R + RStudio as described here
  2. Install necessary dependencies. Open RStudio and run the following command
install.packages(c("pwrss","pwr","ggplot2","rpact"))