Dear all,
I am new to Stata and apologies if I post something in a wrong way.
I want to run many ARMA(p,q) models for p,q=0,1,3 and I want to gather together in one table the AIC and BIC values for all the combinations of the (p,q) values.
What I know so far is that to get the AIC and BIC for the ARMA(0,0) I type in
arima var, arima(0, 0, 0)
estat ic
But since I have many different ARMA(p,q) models is there a way to get the desired output on AIC/BIC in one table without seaching eah output separately?
I assume that the variables are stationary, so d=0 in ARIMA(p,d,q).
Best,
John
Stata 14SE
Windows 10
Related Posts with Save specific output from multiple regressions
Importing variable with special characters, strings and numbersDear Stata users, I am experiencing problems in importing a variable from a csv file. This variable…
xtlsdvc model comparisonHi! I am running two models using xtlsdvc. The second model includes one additional explanatory va…
Modified Poisson Regression using GLM: missing categoriesI want to know the effect of selected background characteristics on intimate partner violence among …
Using foreach for two set of groupsDear All, I am working on a bilateral data of the form; exporter importer year trade Germany Franc…
Testing for difference in marginal effects at two values of same continuous independent variableHi all, and thanks in advance for any responses. I'm estimating the following model: mlogit enroll_…
Subscribe to:
Post Comments (Atom)
0 Response to Save specific output from multiple regressions
Post a Comment