> 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
> 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
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
3 matches
Mail list logo