Have you investigated your data using the str function?
str(data)
Also, read the Posting Guide and learn how to use your email software to post
using plain text so we will see what you see.
---------------------------------------------------------------------------
Jeff Newmiller The ..... ..... Go Live...
DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live
Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Embedded Controllers) .OO#. .OO#. rocks...1k
---------------------------------------------------------------------------
Sent from my phone. Please excuse my brevity.
On October 26, 2014 1:33:01 PM PDT, Evan Kransdorf <evan.kransdorf at
gmail.com> 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 be finite and >
0
>
>Does anyone know where the problem is? I suspect there's a problem
>with my
>data somewhere.
>
>Many thanks!
>
> [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at r-project.org mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.