Hello!
I am trying to use ARIMA models with 616 observations. However, the output kept indicating the problem of insufficient observations. Would you please tell me what's the problem? Any help would be appreciated.
. describe nfinj
storage display value
variable name type format label variable label
------------------------------------------------------------------------------------------------
nfinj byte %10.0g
. sum nfinj
Variable | Obs Mean Std. Dev. Min Max
-------------+---------------------------------------------------------
nfinj | 616 3.37013 2.220968 0 13
. arima nfinj, arima(2,0,2)
(note: insufficient memory or observations to estimate usual
starting values [2])
insufficient observations
r(2000);
.
Related Posts with Insufficient observations error
Using esttab to create a tableHi, I am trying to create a table (example attached) using esttab command. I have run different spe…
Power calculations for clustered designs & multiple survey roundsHello, does anyone know how to conduct power calculations that account for both clustered designs an…
Python Integration: Pandas Package Causing Stata to CloseAfter setting my python_userpath and python_exec, attempting to execute the following lines from a d…
Weak instrument issue with control function approach, in nonlinear modelsDear all, I'm applying the control function (CF) approach in a nonlinear model, the fractional resp…
The robust standard error in a fixed effects modelHi I have a question about the vce(robust) option. (the option is same with vce(cluster pid) in xtre…
Subscribe to:
Post Comments (Atom)
0 Response to Insufficient observations error
Post a Comment