Adding regression line to scatter plot can help reveal the relationship or association between the two numerical variables in the scatter plot. With ggplot2, we can add regression line using geom_smooth() function as another layer to scatter plot. In this post, we will see … [Read more...] about How To Make Scatter Plot with Regression Line with ggplot2 in R?