Re: [R] confidence interval for nls

2004-10-08 Thread Peter Dalgaard
Henrik Andersson <[EMAIL PROTECTED]> writes: > I tried the example and it works fine, > > but why o why, do I not get any gradient from another prediction? Apparently this depends on whether you supply an RHS which returns the gradient. The built-in SS all do that. > ##plot(yran~x) > mich

Re: [R] confidence interval for nls

2004-10-07 Thread Henrik Andersson
I tried the example and it works fine, but why o why, do I not get any gradient from another prediction? #example code yran <- c(0.0118821538311157, 0.323340819569374, 0.525108551769669, 0.648173528359086,

Re: [R] confidence interval for nls

2004-10-07 Thread Peter Dalgaard
Henrik Andersson <[EMAIL PROTECTED]> writes: > Do I have the right impression that it's currently not possible to > produce confidence intervals for the nls predictions using R? > > I had a course were we used SAS PROC nlin and there you could get > intervals for the parameters and the prediction

[R] confidence interval for nls

2004-10-07 Thread Henrik Andersson
Do I have the right impression that it's currently not possible to produce confidence intervals for the nls predictions using R? I had a course were we used SAS PROC nlin and there you could get intervals for the parameters and the prediction but I do not have access to SAS. Would it be diffic