I am trying to test seasonality of my data using
commands from
My data consisted from 5 quarters of two years across 2800 households in each quarter. I would like to test (to show) seasonality of households consumption based on 8 food products across seasons (quarters).
When I run the commands:
I getting following error message:
I'd appreciate if someone could help me in this issue .
Thank you
Code:
-hegy4-
HTML Code:
http://www.stata-journal.com/software/sj9-3/st0172/sroot.hlp:
When I run the commands:
Code:
sroot total_consume , lags(5) trend regress season(quarter)
Code:
sample may not include multiple panels r(459);
Thank you
Comment