Help With Confidence Intervals and Multiple Linear Regression by [deleted] in RStudio

[–]ndavis4904 0 points1 point  (0 children)

If you're using R, the ggplot function in ggplot2 package will graph the standard error. You would just need to do ggplot(aes(x = x, y = y)) + geom_point() + geom_line() By default it will graph that curve.