Re: [R] Accessing more than two coefficients in a plot

2012-08-05 Thread FJ M
ine, col="brown", lty="longdash", lwd=2) ... > Date: Sun, 25 Mar 2012 15:36:20 -0700 > Subject: Re: [R] Accessing more than two coefficients in a plot > From: gunter.ber...@gene.com > To: chicagobrownb...@hotmail.com > CC: r-help@r-project.org > > Well

Re: [R] Accessing more than two coefficients in a plot

2012-03-25 Thread Bert Gunter
Well, as a line in the plane is determined by 2 coefficients only, I'd guess that trying to find an R function that plots a line defined by 4 coefficients has about the same chance of success as finding a unicorn with 3 horns. You do understand that your linear model defines a hyperplane in your t

[R] Accessing more than two coefficients in a plot

2012-03-25 Thread FJ M
I've successfully plotted (in the plot and abline code below) a simple regression of Lambda1_2 on VV1_2. I then successfully regressed Lambda1_2 on VV1_2, VV1_22 and VV1_212 producing lm2.l. When I go to plot lm2.l using abline I get the warning: "1: In abline(lm2.l, col = "brown", lty = "dott