Skip to content

How to get around heteroscedasticity with non-linear leas t squares in R?

3 messages · Liaw, Andy, Peter Dalgaard, Brian Ripley

#
Your understanding isn't similar to mine.  Mine says robust/resistant
methods are for data with heavy tails, not heteroscedasticity.  The common
ways to approach heteroscedasticity are transformation and weighting.  The
first is easy and usually quite effective for dose-response data.  The
second is not much harder.  Both can be done in R with nls().

Andy

From: Quin Wills
#
"Liaw, Andy" <andy_liaw at merck.com> writes:
And there is gnls() which allows direct modelling of the variance.

        -p

  
    
#
On Tue, 21 Feb 2006, Peter Dalgaard wrote:

            
in package nlme, BTW.

R-devel allows weights in nls, which makes it easier for those most 
familiar with that function.