Unit 8 OLS Regression Estimates

Code
library(tidyverse)
library(broom)
library(testthat)
library(patchwork)
Code
theme_set(theme_minimal())