Hi,
I'm trying to find a good model for predicting an outcome with non-negative integer values and autocorrelated.
My problem is that I get a very narrow confidence interval, almost indistinguishable from the prediction line. I expected to have more actual data within the confidence intervals of prediction. Does anyone know I'm getting a "right" confidence interval or not?
I'm trying to find a good model for predicting an outcome with non-negative integer values and autocorrelated.
Code:
xtset id time xtpoisson outcome L(0/4).predictor , pa corr(ar 2) predictnl yhat = predict(), ci(lb ub)
Comment