---
title: "07 Worksheet. Crash Course in Statistics (Summer 2025)"
subtitle: "Neuroscience Center Zurich, University of Zurich"
author: "Zofia Baranczuk"
date: "2025-08-25"
output: pdf_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## Bonferroni correction, example 2. 
The Bonferroni correction is too strict when the tests are not independent. Run a simulation showing that. 
```{r}



```


## Power of a t-test. 
Run a simulation to approximate the power of a t-test. Check it for different sample sizes and effect sizes. Discussion.  
```{r}


```