Re: [R] iterative reweighting in LOESS function

2003-03-14 Thread ripley
On Fri, 14 Mar 2003, Philippe Hupé wrote: > I have just found the answer : iterative reweighting can be set through > loess.control function via iterations option. No so: it's through the family argument to loess: `iterations' sets how many iterations *when* robust fitting is selected. This is

[R] iterative reweighting in LOESS function

2003-03-14 Thread Philippe Hupé
I have just found the answer : iterative reweighting can be set through loess.control function via iterations option. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] iterative reweighting in LOESS function

2003-03-14 Thread ripley
On Fri, 14 Mar 2003, Philippe Hupé wrote: > Is there an iterative reweighting option in LOESS function from modreg > package to perform robust fitting in the presence of outliers in the data ? See the help page, the reference on the help page and the source code. I guess the answer is `not quit

[R] iterative reweighting in LOESS function

2003-03-14 Thread Philippe Hupé
Hello, Is there an iterative reweighting option in LOESS function from modreg package to perform robust fitting in the presence of outliers in the data ? Thanks in advance. Philippe. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mai