Re: [Fwd: Re: Fw: [R] Contour plot]

2005-02-10 Thread Petr Pikal
On 9 Feb 2005 at 16:32, [EMAIL PROTECTED] wrote: Petr, It works perfectly! But I still have a question; I have fit the following data; x,y,z 1,10,11 2,11,15 3,12,21 4,13,29 5,14,39 6,15,51 7,16,65 8,17,81 9,18,99 10,19,119 dat.lm - lm(z~I(x^2)+y, data=dat) dat.lm

[Fwd: Re: Fw: [R] Contour plot]

2005-02-09 Thread dhkblaszyk
Petr, It works perfectly! But I still have a question; I have fit the following data; x,y,z 1,10,11 2,11,15 3,12,21 4,13,29 5,14,39 6,15,51 7,16,65 8,17,81 9,18,99 10,19,119 dat.lm - lm(z~I(x^2)+y, data=dat) dat.lm Call: lm(formula = z ~ I(x^2) + y, data = dat) Coefficients: (Intercept)

Re: [Fwd: Re: Fw: [R] Contour plot]

2005-02-09 Thread Adaikalavan Ramasamy
How about data.lm$model ? On Wed, 2005-02-09 at 16:32 +0100, [EMAIL PROTECTED] wrote: Petr, It works perfectly! But I still have a question; I have fit the following data; x,y,z 1,10,11 2,11,15 3,12,21 4,13,29 5,14,39 6,15,51 7,16,65 8,17,81 9,18,99 10,19,119 dat.lm -