Skip to content

Need help in calculating studentized residuals/leverage values of non-linear model [nls()]

4 messages · Giam Xingli, rkevinburton at charter.net, Dieter Menne

#
Hi there,
   I hope I can get advice regarding the calculation of leverage values or
   studentized residual values of a non-linear regression model. It seems like
   rstudent() does not work on a nls object.
   Many thanks in advance!
   Best regards,
   Xingli
#
Giam Xingli <giam <at> nus.edu.sg> writes:
residuals() should work for nls.

Dieter
#
Is the output of residuals() the studentized residuals or just the residuals?
---- Dieter Menne <dieter.menne at menne-biomed.de> wrote:
#
<rkevinburton <at> charter.net> writes:
As the name says, studentizing is left as an easy student exercise.
Destudentizing is more difficult and usually called professorizing.

Dieter