Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Sep 23, 2023
1 parent d21216f commit e73cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-model-mlr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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{interest\_rate} = 12.34 + 0.74 \times bankruptcy
$$

Results of this model are shown in Table \@ref(tab:int-rate-bankruptcy).
Expand Down

0 comments on commit e73cf48

Please sign in to comment.