I am reading in DAILY(7/Daily) data from FRED as:
Code: Select all
calendar(7) 1954:7:01
data(format=fred) 1954:7:01 %allocend() DFF
prin / DFF
stats DFF
set filter_missing = %valid(DFF)
sample(smpl=filter_missing) DFF / cDFF
calendar(irregular)
all %nobs
stats cDFF
prin / cDFFPlotting cDFF the series is very 'spikey'
How do I remove the non-trading days?
thanks,
Amarjit