Hello
I inserted these commands there in the R:
library(ggplot2)
lm_smooth <- geom_smooth(method = lm, size = 1)
qplot(percwhite, percbelowpoverty, data = midwest,
weight = popdensity, size = popdensity) + lm_smooth
And R returned thi...
asked by
12.08.2018 / 07:44