Re: [R] Help with Lowess smoother

2014-10-26 Thread peter dalgaard
> On 26 Oct 2014, at 21:51 , Don McKenzie wrote: > >> >> On Oct 26, 2014, at 1:45 PM, Evan Kransdorf wrote: >> >> Hello, >> >> I'm trying to use Lowess smooters to plot some data for regression >> analyses. When I do with certain variables, I get the following error: >> >>> plot(lowess(dat

Re: [R] Help with Lowess smoother

2014-10-26 Thread Don McKenzie
> On Oct 26, 2014, at 1:45 PM, Evan Kransdorf wrote: > > Hello, > > I'm trying to use Lowess smooters to plot some data for regression > analyses. When I do with certain variables, I get the following error: > >> plot(lowess(data$V1,data$V2)) > Error in lowess(data$V1, data$V2) : 'delta' must

[R] Help with Lowess smoother

2014-10-26 Thread Evan Kransdorf
Hello, I'm trying to use Lowess smooters to plot some data for regression analyses. When I do with certain variables, I get the following error: > plot(lowess(data$V1,data$V2)) Error in lowess(data$V1, data$V2) : 'delta' must be finite and > 0 Does anyone know where the problem is? I suspect t