From 2e534edc2934af78edfd920fdf513058ad5dae8f Mon Sep 17 00:00:00 2001 From: Maksim Kiselev Date: Mon, 29 Jun 2026 11:36:59 +0200 Subject: [PATCH] docs: add P.S. note with updated ENEM data link --- .../03-Stats-Review-The-Most-Dangerous-Equation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/causal-inference-for-the-brave-and-true/03-Stats-Review-The-Most-Dangerous-Equation.ipynb b/causal-inference-for-the-brave-and-true/03-Stats-Review-The-Most-Dangerous-Equation.ipynb index 75b16c0..7845612 100644 --- a/causal-inference-for-the-brave-and-true/03-Stats-Review-The-Most-Dangerous-Equation.ipynb +++ b/causal-inference-for-the-brave-and-true/03-Stats-Review-The-Most-Dangerous-Equation.ipynb @@ -18,7 +18,7 @@ "\n", "where $SE$ is the standard error of the mean, $\\sigma$ is the standard deviation, and $n$ is the sample size. Sounds like a piece of math the brave and true should master, so let's get to it.\n", "\n", - "To see why not knowing this equation is very dangerous, let's look at some education data. I've compiled data on ENEM scores (Brazilian standardised high school scores, similar to SAT) from different schools for 3 years. I also cleaned the data to keep only the information relevant to us. The original data can be downloaded on the [Inep website](http://portal.inep.gov.br/web/guest/microdados#).\n", + "To see why not knowing this equation is very dangerous, let's look at some education data. I've compiled data on ENEM scores (Brazilian standardised high school scores, similar to SAT) from different schools for 3 years. I also cleaned the data to keep only the information relevant to us. The original data can be downloaded on the [Inep website](http://portal.inep.gov.br/web/guest/microdados#). P.S. The original link is outdated, here's the updated link: [Inep website](https://www.gov.br/inep/pt-br/acesso-a-informacao/dados-abertos/microdados/enem).\n", "\n", "If we look at the top-performing school, something catches the eye: those schools have a reasonably small number of students. " ]