Fix math display

This commit is contained in:
Nora Wickelmaier 2025-06-20 14:15:10 +02:00
parent 78abc7602b
commit 811a274564
2 changed files with 3 additions and 12 deletions

View File

@ -1,13 +1,4 @@
--- # Exercise: Junior School Project
title: "Exercise: Junior School Project"
author: "Nora Wickelmaier"
output:
md_document:
variant: gfm
preserve_yaml: true
kramdown:
math_engine: mathjax
---
Load the Junior School Project collected from primary (U.S. term is Load the Junior School Project collected from primary (U.S. term is
elementary) schools in inner London in R. You might need to install the elementary) schools in inner London in R. You might need to install the
@ -117,8 +108,8 @@ aggregate(gcraven ~ school, dat, mean) |> head()
$$ $$
with with
$$\boldsymbol\upsilon \sim N(\boldsymbol 0, \boldsymbol{\Sigma}_\upsilon)$$ $\boldsymbol\upsilon \sim N(\boldsymbol 0, \boldsymbol{\Sigma}_\upsilon)$
i.i.d., $$\varepsilon_{ij} \sim N(0, \sigma^2)$$ i.i.d. i.i.d., $\varepsilon_{ij} \sim N(0, \sigma^2)$ i.i.d.
5. Interpret the parameters of the model: 5. Interpret the parameters of the model:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB