Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: How to Graph - Exponential model
From
Maarten Buis <[email protected]>
To
[email protected]
Subject
Re: st: How to Graph - Exponential model
Date
Tue, 2 Oct 2012 09:14:12 +0200
On Mon, Oct 1, 2012 at 9:35 PM, Heather Sun, MD wrote:
> I have performed the non-linear least squares estimation method of regression, using the exponential model y = b1*b2^x.
>
> I would like to create a graph of this equation on a scatterplot of my data, along with 95% confidence interval lines.
*------------------ begin example -------------------
sysuse nlsw88
nl exp2 : wage ttl_exp
margins, at(ttl_exp=(.15 .5 1(1)28 28.5))
marginsplot, ///
recastci(rarea) ciopts(astyle(ci)) ///
plotopts(msymbol(none)) ///
addplot(scatter wage ttl_exp, msymbol(point)) ///
ytitle(hourly wage) legend(off)
*------------------- end example --------------------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )
Hope this helps,
Maarten
---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany
http://www.maartenbuis.nl
---------------------------------
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/