OECD Trust in government data analysis 4 - Simple linear regression using R - Trust in government ~ GDP, log(GDP).

Photo by Dulana Kodithuwakku on Unsplash www.crosshyou.info This post is following of the above post. Let's make log(capi) as l_capi. Let's make a scatter plot for trust and l_capi. It seems there is not clear relationship. Then, I load broom package because I would like to use tidy() function with…