[R] cannot calculate standard estimate with predict on loess

2012-05-04 Thread Saurav Pathak
Hi, For some reason I have been unable to use the predict function when I desire the standard error to be calculated too. For example, when I try the following: l- loess(d~x+y, span=span, se=TRUE) p- predict(l, se=TRUE) I get the following error message: Error in vector(double, length) :

Re: [R] cannot calculate standard estimate with predict on loess

2012-05-04 Thread David Winsemius
On May 3, 2012, at 7:10 PM, Saurav Pathak wrote: Hi, For some reason I have been unable to use the predict function when I desire the standard error to be calculated too. For example, when I try the following: l- loess(d~x+y, span=span, se=TRUE) p- predict(l, se=TRUE) I don't know

Re: [R] cannot calculate standard estimate with predict on loess

2012-05-04 Thread Saurav Pathak
On 05/04/2012 10:39 AM, David Winsemius wrote: On May 3, 2012, at 7:10 PM, Saurav Pathak wrote: Hi, For some reason I have been unable to use the predict function when I desire the standard error to be calculated too. For example, when I try the following: l- loess(d~x+y, span=span,

Re: [R] cannot calculate standard estimate with predict on loess

2012-05-04 Thread David Winsemius
On May 4, 2012, at 10:52 AM, Saurav Pathak wrote: On 05/04/2012 10:39 AM, David Winsemius wrote: On May 3, 2012, at 7:10 PM, Saurav Pathak wrote: Hi, For some reason I have been unable to use the predict function when I desire the standard error to be calculated too. For example,