Hi,
I do have monthly data from CRSP. For my analysis I want to xtset the data:
xtset permno date
That is what Stata reveals:
panel variable: permno (unbalanced)
time variable: date, 29jan1988 to 31dec2014, but with gaps
delta: 1 day
Since I use monthly data delta should be 1 month, shouldn't it? (The format of my date variable is long%d)
How do I get a delta of 1 month? Can anyone help me?
I do have monthly data from CRSP. For my analysis I want to xtset the data:
xtset permno date
That is what Stata reveals:
panel variable: permno (unbalanced)
time variable: date, 29jan1988 to 31dec2014, but with gaps
delta: 1 day
Since I use monthly data delta should be 1 month, shouldn't it? (The format of my date variable is long%d)
How do I get a delta of 1 month? Can anyone help me?
Comment