Dear all,
I want to estimate an AR. I do so via the following commands:
ac pricedifference, lags(6) generate (ac)/*autocorrelation function*/
foreach n of numlist 1/6{
disp ac[`n']
How can I know how many lags to include? Is it just looking at the grey area from the ac graph, and only include the lags for which the points do not lie in the grey area?
Array
Related Posts with Autocorrelation
Interaction effectI am curious about the difference between interaction (X##M) and multiplying terms (X + M + X_M, X_M…
Re coding many variable simultaneouslyHiii All, I am using a datasheet which have many categorical variables like v1, v2 , v3, v4, v5 ....…
command and interpretation for categorical dummy interactionDear Statalist, I am using ordered logistic regression, depvar: 5-scale happiness level (women only…
Choosing reference/base periods in panel data where the base period varies across firmsHi I am looking to do two things with a panel dataset of firm-year observations. 1. I would like t…
renvars commandHi, I am trying to run the renvars command but it keeps on giving me a particular error. Command: r…
Subscribe to:
Post Comments (Atom)
0 Response to Autocorrelation
Post a Comment