Chapter 11: Linear regression and model building

‘Model Student Debt Inequality with Tidymodels’

Question 1: How do you specify an OLS linear regression using the tidymodels framework?

Answer 1: Using linear_reg() %>% set_engine(“lm”)