Skip to content
Prev 105464 / 398506 Next

nnet() fit criteria

On Sun, 3 Dec 2006, Mike Lawrence wrote:

            
What makes you think least-squares does not achieve that?  At a guess you 
mean the average prediction error over the training data in a regression 
problem, and any non-linear regression with an intercept term achieves 
that.  But 'it is unbiased' needs futher statements including what the 
model is that what 'it' is supposed to be estimating unbiasedly in that 
model.

Now for a non-linear regression you should be using linout = TRUE (as in 
the reference you give), and then you do have a 'non-linear regression 
with an intercept term'.