From 72ab2aa67fea62dd24ed12a13cc6224960fdaf1f Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 24 Jan 2024 14:40:00 -0700 Subject: [PATCH] vault backup: 2024-01-24 14:39:59 --- education/statistics/Sampling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/statistics/Sampling.md b/education/statistics/Sampling.md index ee536a8..7de8bc9 100644 --- a/education/statistics/Sampling.md +++ b/education/statistics/Sampling.md @@ -42,4 +42,5 @@ To determine by how much the standard error is affected, if `n` is the sample si Accuracy in statistics refers to how small the standard error is. A smaller standard error means your data is more accurate. -$$ \sqrt{\frac{(\% of 1)(\% of 0)}{}}} \ No newline at end of file +You can use the below equation to find the percentage standard error of a box model that has ones and zeros. the % of ones and zeros should be represented as a proportion (EG: `60% = 0.6`). +$$ \sqrt{\frac{(\% of 1)(\% of 0)}{num_{draws}}} $$ \ No newline at end of file