Skip to content
Back to formatted view

Raw Message

Message-ID: <1352620082.102003968@f315.mail.ru>
Date: 2012-11-11T07:48:02Z
From: Осипов Денис
Subject: Plotting the regression curve with its confidence interval
In-Reply-To: <BD620F9B-96B8-4EB6-B04F-4E783629C740@comcast.net>

Yes, but it says that arguments, that could help me, now isn't implemented.


> Hello.
>
> How can I plot the regression curve with its confidence interval?
> I use nls(y~a*x^b), then plot(x,y), add curve with lines(x,predict(nls(y~a*x^b))). But I can't add to plot CI for my curve.

> Have your read:
> 
> ?predict.nls  # ?
> 
> David Winsemius, MD
> Alameda, CA, USA