st: Time series plot with lines at (many) specific dates
Date
Fri, 27 May 2005 23:14:53 +0000
Hi all--
I would like to do a time series plot and then add some lines at specific
dates.
The problem with using something like "graph twoway tsline var1, tline(...)"
is that instead of writing a list of dates (by hand) inside the parentheses
after "tline" I would like to use a variable in my dataset that has all the
dates.
Any suggestions?
MA_V