Skip to content

Commit

Permalink
Fix display math?
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Sep 23, 2023
1 parent 0acfd64 commit 3f74ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 08-model-mlr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 3f74ea5

Please sign in to comment.