Is the difference in coefficients on the lagged variable in the equations below the result of the solution algorithm? I think they should be exactly the same. I know the intercepts will differ. Thanks.
SMPL 1960 2017q3
equation test1.ls log(Qgdp) c ar(1)
equation test2.ls log(Qgdp) c log(Qgdp(-1))
Search found 3 matches
- Fri Nov 17, 2017 3:19 pm
- Forum: Estimation
- Topic: Difference between AR1 and lagged variable coefficients
- Replies: 2
- Views: 3360
- Tue Feb 28, 2017 2:38 pm
- Forum: Programming
- Topic: Two-row date labels with custom labels
- Replies: 0
- Views: 2754
Two-row date labels with custom labels
I am having trouble getting my custom labels to go to two rows. The data that I am plotting is an average over two year periods, and I have labels every five years. I want the labels to include both years, and to do this I have made custom labels using the following code: smpl 1976 1976 alpha y2 = &...
- Thu Oct 13, 2016 12:48 pm
- Forum: Data Manipulation
- Topic: Graph axis tick marks
- Replies: 1
- Views: 3159
Graph axis tick marks
I am plotting a monthly data series and want major ticks every year and minor ticks for quarter values. Using qgraph this works when the time span is greater than 10 years but when I do s=2007 2016 it changes to monthly ticks. Is there a way to maintain the quarterly tick marks with the smaller samp...
