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
Running a loop n times with different outcome variable and storing the p values in an output matrixI am trying to run loop within loop and get the p values in the matrix. I want to assign random trea…
Replace missing values in a variable by non-missing values in other variable in order of priorityI have data in the following format. Code: * Example generated by -dataex-. To install: ssc instal…
Can you define outreg2 options as a macro?I want to print estimation output with outreg2 as a tex file. I combine several results for which on…
Merging variablesHi everyone, I have 4 binary variables: #1. Tested for HIV during antenatal care (coded as 0/1) #2.…
half-yearly data importing to StataI have half-yearly data starting from June 2017 to June 2019. In excel wide format data it is writte…
Subscribe to:
Post Comments (Atom)
0 Response to Extension files of OUT.file using X-12 Arima
Post a Comment