Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
]
Expand Down