search for: wlm2

Displaying 1 result from an estimated 1 matches for "wlm2".

Did you mean: lm2
2012 Mar 25
1
Accessing more than two coefficients in a plot
...r = TRUE) # unweighted regression plot(VV1_2, Lambda1_2, ylim=yrange, tck=1, main="V(1) Parameters (V, V^2 & V^0.5)", xlab="VV1_2", ylab="Lambda & Beta1_2",pch=19,col="red") {abline(lm2.l, col="brown", lty="dotted", lwd=2) abline(wlm2.l, col="gold",lty="longdash", lwd=2) points(VV1_2, Beta1_2, pch=19, col="blue") abline(lm2.b, col="black",lty="dotted", lwd=2) abline(wlm2.b, col="blue", lty="longdash", lwd=2) legend("topright", inset=.05, title="...