Problem Set I

ggplot(g, aes(x=ab, y=rn)) + geom_point(color = "red", size = 1) + stat_smooth() `geom_smooth()` using method = 'loess' This will be useful in the next section, where we can add to p. ................
................