From c506d20985ba1e2e27a5258c3dece04e511ca7b4 Mon Sep 17 00:00:00 2001 From: "Antony M. Gitau" <65859953+Antony-gitau@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:02:58 +0200 Subject: [PATCH] Corrected a misspelled word --- 15_hierarchical_modelling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_hierarchical_modelling.ipynb b/15_hierarchical_modelling.ipynb index f0bee8d..9b82280 100644 --- a/15_hierarchical_modelling.ipynb +++ b/15_hierarchical_modelling.ipynb @@ -13,7 +13,7 @@ "Epidemiological data is often complex, and we need to have appropriate tools to model complexity.\n", "\n", "`````{admonition} Group Task\n", - "Discuss with your neighbours how exactly the assumption of indendepdent errors $\\epsilon_i$ in linear regression \n", + "Discuss with your neighbours how exactly the assumption of independent errors $\\epsilon_i$ in linear regression \n", "\n", "$$y_i = X_i \\beta + \\epsilon_i,\\\\\n", "\\epsilon_i \\sim \\mathcal{N}(0, \\sigma^2)$$ \n",