> On Oct 26, 2014, at 1:45 PM, Evan Kransdorf <evan.kransd...@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.
That sounds like a good guess, but without a reproducible example, no one can say for sure. > > Many thanks! > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@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. Don McKenzie Research Ecologist Pacific Wildland Fire Sciences Lab US Forest Service Affiliate Faculty School of Environmental and Forest Sciences University of Washington d...@uw.edu ______________________________________________ R-help@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.