Intergrated Problem
Intergrated Problem
logarithm function over time (lip) affect return on the All-Ordinaries index (a trading
index in Australia, illustrating the power of heavy industry in Austrialia from top 50
companies) in logarithm function (lallords). Use Appendix A to answer the following
questions.
a) Discuss the characteristics of the data by making reference to the lower subscript.
Write the regression equation
c) Report the least squares estimates of the coefficient and corresponding p-value.
d) Are the sign of the estimated coefficient Beta1 in accord with economic theory? Give
the interpretation to the estimates for Beta1.
f) Test for the overall significance of the model at 5% level of significance. Interpret the
meaning of the coefficient of determination.
g) Conduct test on the model to check whether it is omitted or not and discuss your
results.
h) Check whether the error term in the model is normally distributed or not and explain
your answer.
i) Conduct diagnostic tests to check whether the model satisfies the assumptions of
OLS and discuss your results.
j) Conduct Stationary test on the variable lallords, lip and discuss your answer
k) Are the two variables lallords and lip have the same unit root with four lags ? Are they
cointergrated ?
l) The group of researchers now are interested to know whether the volume of industrial
production in logarithm function over time (lip) affect return on the All-Ordinaries index
(a trading index in Australia, illustrating the power of heavy industry in Austrialia from top
50 companies) in logarithm function different to what extent in the short-term and long-
term ? Is this regression a spurious regression ? Write the two models of short and long-
term ? How the model in short-term could be used to explain the long-term?
Tuesday December 5 17:43:01 2023 Page 1
Notes:
1. Unicode is supported; see help unicode_advice.
2. More than 2 billion observations are allowed; see help obs_advice.
3. Maximum number of variables is set to 5,000; see help set_maxvar.
4. New update available; type -update all-
1 . use "C:\Users\VINH LUAN\OneDrive\Máy tính\[Aim 90] EFM\EFM Notes\Module 9_Modelling Highly Persistent Time Seri
> gration\ausvolat.dta"
3 .
4 . generate qtr = quarter(date)
5 .
6 . generate yr = year(date)
7 .
8 . generate datestring = string(yr) + "q" + string(qtr)
9 .
10 . generate qtryr = quarterly(datestring, "YQ")
11 .
12 . format qtryr %tq
13 .
14 . tsset qtryr, quarterly
15 .
16 . sort qtryr
Tuesday December 5 17:43:01 2023 Page 2
17 .
18 . generate t = _n
19 .
20 . drop qtr datestring yr
23 . estat ovtest
24 . predict u, resid
(3 missing values generated)
25 . sktest u
26 . estat vif
27 . hettest u
chi2(1) = 53.35
Prob > chi2 = 0.0000
29 . estat imtest
Source chi2 df p
Dickey–Fuller
Test critical value
statistic 1% 5% 10%
Regression table
lallords
L1. -.0397711 .0280395 -1.42 0.161 -.0957537 .0162115
LD. .3638756 .1215327 2.99 0.004 .1212278 .6065235
L2D. -.1327762 .1291044 -1.03 0.307 -.3905415 .124989
L3D. .0788414 .1285248 0.61 0.542 -.1777667 .3354494
L4D. -.0966476 .1215317 -0.80 0.429 -.3392936 .1459983
Dickey–Fuller
Test critical value
statistic 1% 5% 10%
Regression table
lip
L1. .0045166 .012299 0.37 0.715 -.0200392 .0290725
LD. -.0200633 .1182433 -0.17 0.866 -.2561437 .2160171
L2D. -.0530287 .1108791 -0.48 0.634 -.274406 .1683487
L3D. -.3841043 .1109286 -3.46 0.001 -.6055804 -.1626281
L4D. -.1541981 .1168453 -1.32 0.192 -.3874872 .0790911
Dickey–Fuller
Test critical value
statistic 1% 5% 10%
Regression table
lallords
LD. -.8314755 .2199723 -3.78 0.000 -1.270791 -.3921604
LD2. .1943364 .1955625 0.99 0.324 -.1962288 .5849016
L2D2. .0296667 .1755213 0.17 0.866 -.3208736 .3802069
L3D2. .1095696 .145894 0.75 0.455 -.1818009 .40094
L4D2. -.0108275 .1234492 -0.09 0.930 -.2573726 .2357177
Dickey–Fuller
Test critical value
statistic 1% 5% 10%
Regression table
lip
LD. -1.66263 .3140399 -5.29 0.000 -2.289811 -1.035449
LD2. .665438 .2546017 2.61 0.011 .1569632 1.173913
L2D2. .5893883 .2043491 2.88 0.005 .1812749 .9975017
L3D2. .2049245 .1698184 1.21 0.232 -.1342263 .5440753
L4D2. .0850217 .1186085 0.72 0.476 -.1518558 .3218992
Dickey–Fuller
Test critical value
statistic 1% 5% 10%
Regression table
ut
L1. -.1330067 .054555 -2.44 0.017 -.241899 -.0241144
LD. .4055183 .1186093 3.42 0.001 .1687732 .6422635
L2D. -.0745267 .12802 -0.58 0.562 -.3300557 .1810023
L3D. .1253127 .1258995 1.00 0.323 -.1259838 .3766093
L4D. -.0330276 .122035 -0.27 0.787 -.2766104 .2105552
lip
D1. .7887486 .621158 1.27 0.208 -.4495073 2.027005
u
L1. -.1008611 .0481582 -2.09 0.040 -.1968626 -.0048595
37 .