Hi,
I am a novice user of Stata and in dire need of help. I am studying the monthly beer sales in bottles, cans and kegs. I am trying to use X-Arima for seasonal adjustment of my data set. While trying to adjust the data for bottles, I can get the OUT.file with all the extensions (d10, d11, d12....). However, while trying to adjust the data of cans and kegs, I am only getting the OUT file with no extensions. I have the sax and exe file in the same adopath and am using the same syntax for bottle and can/keg (only replacing the variable).
The syntax for bottles is as follows.
sax12 bottle3, satype(single) transfunc(auto) regpre(const seasonal lpyear) ammaxlag(2 1) ammaxdiff(2 1) amlevel(95) amspan(2012.jan,2019.may) x11seas(x11default) x11trend(23) sliding history
sax12im "E:\Research\--------------\Data analysis\bottle3.out", ext(d10 d11 d12 d13) tunit(monthly)
The similar syntax for cans and kegs doesn't give me the extensions.
I am using Stata 13. Please help.
Thanks
Related Posts with Extension files of OUT.file using X-12 Arima
Using inverse probability weights to increase balance among covariatesHello. I'm running a difference-in-difference model, and so have two groups. I'm using inverse proba…
Between Group Baseline Difference in Randomized Control Trial?I know many of you are much smarter than I.. I'm analyzing data for an RCT with relatively small n (…
Customizing legend of twoway graph.Dear All, I am making a twoway graph as follows: Code: twoway (scatter daysMED week if dateWeek&…
Making long labels wrap into two lines using esttab on latexHi all, I am trying to tabulate some variables and export the data to latex using esttab (command f…
How to export difference-in-differences table from Stata to Latex?I'm trying to export the results from a difference-in-differences from Stata to Latex. I tried the f…
Subscribe to:
Post Comments (Atom)
0 Response to Extension files of OUT.file using X-12 Arima
Post a Comment