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]
st: application of post-estimation commands
From
[email protected]
To
[email protected]
Subject
st: application of post-estimation commands
Date
Mon, 12 Sep 2011 13:55:00 +1000
* Hi,
* I'm a beginner using Stata 8.1.
* Regarding the following -
sysuse auto, clear
gen wtsq = weight^2
regress mpg weight wtsq
predict mpghat
twoway (scatter mpg weight) (line mpghat weight, sort)
* Let's say I'm happy with the above fitted model.
* In future, how can I predict mpg as a function
* of weight using the same equation from above?
* In other words, I want to save the above
* function and use it in different .dta files.
* Cheers,
* Mike.
*
* 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/