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@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.