Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: estout margeff


From   "Yatawara, Ravi" <[email protected]>
To   <[email protected]>
Subject   st: estout margeff
Date   Tue, 31 May 2005 20:39:10 -0400

Hello folks,
i am getting a message saying "version 8.2 not supported' when  i try to use estout after i run a mlogit and then use margeff ( which works great ) .
Is estout only for 9.0 ?
thanks
ravi

________________________________

From: [email protected] on behalf of Derek Wagner, StataCorp
Sent: Tue 5/31/2005 5:30 PM
To: [email protected]
Subject: Re: st: Remove day (but keep month and year) from x-axis



Ma_V wrote:

> I have a time series plot that I constructed using the "twoway" function.
> My question is the following: I have daily data, but I just want month and
> year (and not day) to show up in the x-axis.
> Does anyone know how to do this?

If you're not doing so already, you might want to use -twoway tsline- to
graph your time-series data.  Then, you can use the -format- suboption
within the -tlabel- option to format the labels on the time axis (x-axis).
For example:

        . webuse sp500

        . tsset date

        . twoway tsline high, tlabel(, format(%dM/CY))

This will give you labels with month and year instead of day/month/year.

The -format- option will also work with labels in other -twoway- commands
if you don't want to use -twoway tsline-:

        . twoway scatter high date, xlabel(, format(%dM/CY))

Derek Wagner

*
*   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/


<<winmail.dat>>




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index