search for: beta1_2

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

Did you mean: beta12
2012 Mar 25
1
Accessing more than two coefficients in a plot
...on lm2.l <- lm(Lambda1_2 ~ VV1_2 + VV1_22 + VV1_212, method = "qr", model = TRUE, x = FALSE, y = FALSE, qr = 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...