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
time-stratified case-crossover design with conditional logistic regressionHi !! I am a cardiologist studying the influence of some environment variables on the number of dea…
Matching two datasetsHi, I have one dataset with 33 observations where I have three geographical variables: state which…
Help with strtrimHello, I have noticed that I have some likert-scale variables where some of the values have trailin…
How to assess quality of PSMATCH2 matching result in matching within strata?Dear Statalist users, I have been digging previous posts regarding my problem and do not seem to fi…
Monte carlo simulation to test RE modelHi folks, I run a random effect model and would like to make a robustness test with monte carlo. I …
Subscribe to:
Post Comments (Atom)
0 Response to Insufficient observations error
Post a Comment