Wed 3 July 2019

How to read a Regression summary in R

Written by Hongjinn Park in Articles

R provides a lot of great information after you run a regression.

I made my own "legend" on what the output means. Check it out here.

The output saves you time by running numerous tests that you'd typically want to run. For example, given that your model fits I usually want to check out the $p$-value to see if there is no regression on a given input variable $\beta_i$ and this corresponds with $ H_0: \beta_i = 0 $. If the $p$-value is very low, then that input $\beta_i$ likely matters to the response $Y_i$.



Articles

Personal notes I've written over the years.