Skip to content
Prev 140558 / 398506 Next

[Re: Significance of confidence intervals in the Non-Linear Least Squares Program.]

Thanks for the response. I was not very clear in my original request.

What I am asking is if in a non-linear estimation problem using nls(), 
as the condition number of the Hessian matrix becomes larger, will the 
t-values of one or more of the parameters being estimated in general 
become smaller in absolute value -- that is, are low t-values a  
sign of an ill-conditioned Hessian?

Typical nls() ouput:

Formula: y ~ (a + b * log(c * x1^d + (1 - c) * x2^d))

Parameters:
 Estimate Std. Error t value Pr(>|t|) 
a  0.11918    0.07835   1.521   0.1403 
b -0.34412    0.27683  -1.243   0.2249 
c  0.33757    0.13480   2.504   0.0189 *
d -2.94165    2.25287  -1.306   0.2031 

Glenn
Prof Brian Ripley wrote: