Re: [R] level for confint (nls)

2014-05-19 Thread Bert Gunter
I believe this has to do with numeric issues in nonlinear fitting and interpolation, and is neither concerned with R programming nor trivial to answer. I therefore suggest you post on the stats.stackexchange.com for a fuller discussion of the issues. Cheers, Bert Bert Gunter Genentech Nonclinical

[R] level for confint (nls)

2014-05-19 Thread Jun Shen
Dear list, I have this nls model and trying to calculate the confidence interval for some parameter. I found if I use the default value level=0.95, confint can calculate a value; when I change the level=0.9, then it return :Error in prof$getProfile() : number of iterations exceeded maximum of 50.