proc timeseries data=b_cattle plot=(series periodogram spectrum); var calfprice/sdif=(1); id date interval= month; spectra freq period p s / adjmean=yes bartlett ; run; I want to be able to put domain=time. In the manual it says to put after the / spectra. Doesn't work. Anybody have any ideas?
... View more