When I use two lpolyci or two lpoly to graph an outcome over a date, the date shows up as the underlying numbers, not Stata format dates. I see posts online about how to make your date format "nicer" when the date shows up to begin with (https://www.stata.com/support/faqs/g...s/date-labels/) but I don't see any mention of how to simply obtain dates on the x-axis.
I can't find a stata dataset with a date within it, to make a reproducible example.
But essentially this code has (badly formatted) dates on the x-axis (edate formatted %td):
two scatter la2ctime edate
But these two do not:
two lpolyci la2ctime edate
two lpoly la2ctime edate
How to solve this? Thanks!
I can't find a stata dataset with a date within it, to make a reproducible example.
But essentially this code has (badly formatted) dates on the x-axis (edate formatted %td):
two scatter la2ctime edate
But these two do not:
two lpolyci la2ctime edate
two lpoly la2ctime edate
How to solve this? Thanks!
Comment