Skip to content
Prev 131194 / 398502 Next

confidence intervals for y predicted in non linear regression

On Tue, 4 Dec 2007, Florencio Gonz?lez wrote:

            
No (and it is confidence intervals not confidence bands that are 
unimplemented, and have been for years).

Doing what you ask (confidence bands) is very tricky indeed to do 
accurately (and is not what nlpredci says it does), and even accurate 
pointwise confidence intervals are problematic.  See MASS4 sections 
8.4/5 and its on-line complements for some details about why even 
confidence intervals for parameters are frequently tricky in non-linear 
models.

You could use resampling methods: see the reference in the previous 
paragraph.