From 3f74ea52880c6125896d821a5612e4b2030a641c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mine=20=C3=87etinkaya-Rundel?= Date: Sat, 23 Sep 2023 16:06:59 -0400 Subject: [PATCH] Fix display math? --- 08-model-mlr.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/08-model-mlr.qmd b/08-model-mlr.qmd index 6f051b97..667ec6a5 100644 --- a/08-model-mlr.qmd +++ b/08-model-mlr.qmd @@ -83,7 +83,9 @@ loans_var_def %>% Let's start by fitting a linear regression model for interest rate with a single predictor indicating whether a person has a bankruptcy in their record: -$$\widehat{\texttt{interest_rate}} = 12.34 + 0.74 \times \texttt{bankruptcy}$$ +$$ +\widehat{\texttt{interest_rate}} = 12.34 + 0.74 \times \texttt{bankruptcy} +$$ Results of this model are shown in TableĀ \@ref(tab:int-rate-bankruptcy).