[R] Help
Evan Kransdorf
evan.kransdorf at gmail.com
Sun Oct 26 21:33:01 CET 2014
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]]
More information about the R-help
mailing list