|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: Re: esttab question
Well, -esttab- does not save anything. In its most primitive form it
displays the last estimation result as in
********
sysuse auto, clear
reg pr h r
esttab
********
You can -eststo- results, of course, which is a convenience command as
official Stata 10.1 has -estimates store-. If you want to save to disk,
use -estimates save- (official) or -estwrite-
HTH
Martin
_______________________
----- Original Message -----
From: "Chris Witte" <[email protected]>
To: <[email protected]>
Sent: Wednesday, November 19, 2008 6:21 PM
Subject: st: esttab question
I've never used esttab before, so this should be an easy question for
those who have. I quickly looked through Kit Baum's very
nice -tabletutorial- and am wondering where the tables are being saved on
disk (i.e. what is the default directory stata puts files into)? I have
the same question for the -file- command as well. For example, the
following is taken from the tutorial: "file open fh using example.txt,
write replace".
Am I right in assuming you could type something like -file open fh using
"C:\statafiles\example.txt", write replace- ?
----- Original Message ----
From: Scott Merryman <[email protected]>
To: [email protected]
Sent: Thursday, June 5, 2008 9:15:42 AM
Subject: Re: st: Coloring a graph area
use auto, clear
su price, mean
local mean = r(mean)
kdensity price, gen(x h)
line h x, || area h x if x < `mean'
Scott
On Thu, Jun 5, 2008 at 8:48 AM, Martin Weiss
<[email protected]> wrote:
Dear Statalisters,
I am wondering whether it is possible to apply a certain color or
(transparent) texture to a certain area of a graph?
In
********
use auto, clear
su price, mean
kdensity price, xli(`r(mean)')
********
I would want the area to the right of the xline to appear different from
the
left. I cannot seem to find an option to achieve this in the graph
editor.
Any ideas?
Martin Weiss
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* 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/
*
* 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/