PDA

View Full Version : Local Linear Smoothing with Generalized Least Squares in R



SVM
03-31-2009, 03:53 PM
Hello,

I know that there is a library (loess.smooth) for local linear smoothing in R. However, that library uses Least Squares Regression.

I was wondering if anyone knows of a library/command which has local linear smoothing with generalized least squares in R. :confused:

Thanks