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
Category omitted from fixed effect when running regressionI am having a confusing problem -- when I ran my code last week, everything was normal. Now, not so …
Testing measurement invariance across two groups/endless iterations when fitting the modelI am trying to test measurement invariance for a scale with 20 items loading 4 latent variables (no …
Counting number of individuals (by sex and age) that answer a question in a longitudinal studyHello, I have a dataset with information of abuse (variable name: abused) at work by age and sex (v…
How to simulate data with specified ROC AUC and specified odds ratioI would like to do the following: 1- simulate 1000 observations 2 - simulate a continuous biomarker …
Advice for Imputing my Control VariablesHi everyone, I hope everything is well! I'm reaching out because I read some guidance on imputing b…
Subscribe to:
Post Comments (Atom)
0 Response to Insufficient observations error
Post a Comment