Bookmark and Share

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: computing confidence intervals of predicted values with postgr


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: computing confidence intervals of predicted values with postgr
Date   Mon, 8 Nov 2010 18:03:26 +0000 (GMT)

--- On Mon, 8/11/10, Halim, Nafisa wrote:
> I want to compute predict values and their confidence
> intervals while letting the key explanatory variable and its
> quadratic term vary and holding the rest at their
> means.  

I like the old -adjust- command for that, see -help adjust- and
the example below:

*-------------- begin example -------------
sysuse auto, clear
gen price2 = price^2
reg mpg price price2 foreign rep78

preserve
adjust rep78 foreign, by(price) ci replace
twoway rarea lb ub price, sort || ///
       line xb price, sort legend(off)
restore
*--------------- 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
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany

http://www.maartenbuis.nl
--------------------------


      

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index