Skip to content
Prev 449 / 523 Next

[RsR] robustbase: precision of nlrob with plinear algorithm.

Thanks for your response.  Would a better workaround be to use the plinear estimates as starting values for the full Gauss-Newton?

Jerry

-----Original Message-----
From: Andreas Ruckstuhl [mailto:rkst at zhaw.ch] 
Sent: Monday, February 01, 2016 3:20 PM
To: Jerry Lewis
Cc: Martin Maechler; r-sig-robust
Subject: Re: robustbase: precision of nlrob with plinear algorithm.

Dear Jerry

As in the help file to nlrob is noted the conditionallinearity approach fails for robust fitting methods. Unfortunately not anymore by an error message.

If you checkthe output more carefully, you will note that the result of nlrob(... , algorithm="plinear" ) is not reliable:
DNrfit1 <- nlrob( density ~ Asym/(1 + exp(( xmid - log(conc) )/scal ) ),
                  data=DNase1, start=list(Asym=3,xmid=0,scal=1) )
DNrfit2 <- nlrob( density ~   1 /(1 + exp(( xmid - log(conc) )/scal ) ),
                  data=DNase1, start=list(xmid=0,scal=1), algorithm="plinear" )

summary(DNrfit1)
## Residuals:
##        Min         1Q     Median         3Q Max
## -0.0322811 -0.0130976 -0.0008932  0.0095784 0.0404174

summary(DNrfit2)
## Residuals:
##      Min       1Q   Median       3Q      Max
## 0.003927 0.107372 0.280145 0.641955 1.002490

Here all residuals are positive!

I have not (jet) understood what goes wrong. Hence,we should disable this argument (for the moment).

Thanks for your hint.

All the best
Andreas



Am 28.01.2016 um 06:37 schrieb Jerry Lewis:
--
----------------------------------------------------------------------

Prof. Dr. Andreas Ruckstuhl
Schwerpunktleiter Statistische Datenanalyse IDP Institut f?r Datenanalyse und Prozessdesign ZHAW Z?rcher Hochschule f?r Angewandte Wissenschaften
Rosenstrasse 3                    Tel.  : +41 (0)58 934 78 12
Postfach                          Fax   : +41 (0)58 935 78 12
CH-8401 Winterthur                e-Mail:Andreas.Ruckstuhl at zhaw.ch
                                   WWW   :http://www.idp.zhaw.ch