I want to add the lines between the reggression line and the points in the figure but I don't find a solution.
This is my currently plot
zz_fm <-lm(x ~ y)
plot(y,x, xlim = c(0,100),ylim=c(0,110))
abline(zz_fm, col ="green")
Can someone help me?
I want to add the lines between the reggression line and the points in the figure but I don't find a solution.
This is my currently plot
zz_fm <-lm(x ~ y)
plot(y,x, xlim = c(0,100),ylim=c(0,110))
abline(zz_fm, col ="green")
Can someone help me?