Re: [R] package loading smooth.lf (LOCFIT), couldn't find function smooth.lf

2005-07-10 Thread Uwe Ligges
Y Y wrote: After loading locfit, I am unable to access functions within locfit. following http://www.herine.net/locfit/start.html library(locfit) x - 10*runif(100) y - 5*sin(x)+rnorm(100) fit - smooth.lf(x,y) Error: couldn't find function smooth.lf So it is time to ask the

[R] package loading smooth.lf (LOCFIT), couldn't find function smooth.lf

2005-07-09 Thread Y Y
After loading locfit, I am unable to access functions within locfit. following http://www.herine.net/locfit/start.html library(locfit) x - 10*runif(100) y - 5*sin(x)+rnorm(100) fit - smooth.lf(x,y) Error: couldn't find function smooth.lf fit - locfit(y~lp(x)) Error in eval(expr, envir,