OECD Gender wage pay gap data analysis 5 - Simple Linear Regression with R and calculating confidence interval.

UnsplashのLaura Smetsersが撮影した写真 www.crosshyou.info This post is following of the above post. I will do regression analysis. Fist, I will do simple linear regression analysis. I use SELFEMPLOYEMENT as a dependent variable and EMPLOYEE as an independent vatiable. I use lm() function with R. Sl…