Re: [R] plotting confidence bands from predict.nls

2012-02-05 Thread ioanna
It is not homework. My problem is this: I used nonlinear regression to fit a lognormal cumulative distribution to the probability of a buildings' collapse against a measure of seismic intensity. I am able to obtain the asymptotic confidence intervals. I am not , however, certain that they are

Re: [R] plotting confidence bands from predict.nls

2012-02-05 Thread Prof Brian Ripley
On 05/02/2012 08:10, ioanna wrote: How do you use bootstrap to estimate the confidence as well as the prediction intervals in nonlinear regression ? With difficulty! There is far too little here to go on, and this seems an odd question unless it is homework (why dictate a problem-strewn metho

Re: [R] plotting confidence bands from predict.nls

2012-02-05 Thread ioanna
How do you use bootstrap to estimate the confidence as well as the prediction intervals in nonlinear regression ? -- View this message in context: http://r.789695.n4.nabble.com/plotting-confidence-bands-from-predict-nls-tp3505012p4358572.html Sent from the R help mailing list archive at Nabble.c

Re: [R] plotting confidence bands from predict.nls

2011-05-08 Thread Laurent Rhelp
Le 07/05/2011 06:17, Penny Bilton a écrit : I am trying to find a confidence band for a fitted non-linear curve. I see that the predict.nls function has an interval argument, but a previous post indicates that this argument has not been implemented. Is this still true? I have tried various way

Re: [R] plotting confidence bands from predict.nls

2011-05-08 Thread Gabor Grothendieck
On Sat, May 7, 2011 at 12:17 AM, Penny Bilton wrote: > I am trying to find a confidence band for a fitted non-linear curve. I see > that the predict.nls function has an interval argument, but a previous post > indicates that this argument has not been implemented.  Is this still true? > I have tri

Re: [R] plotting confidence bands from predict.nls

2011-05-08 Thread Uwe Ligges
Much quicker than asking for help on the list is to read the help file (which you have been asked to do in the posting guide you hopefully read). ?predict.nls tells us: "interval A character string indicating if prediction intervals or a confidence interval on the mean responses are to be cal