Assignment 1
Assignment 1
DEPARTMENT OF ECONOMICS
ECON 324, Fall 2019
Assignment 1
Produce a typewritten report that answers the following two questions. Use R for
your estimations and include your R codes in your solution. The assignment has to
be submitted before Monday, October 14 at 11:45.
1. Produce a scatter plot of the two variables. Discuss your findings. [5 marks]
4. Compute and interpret the elasticity ξ of the price with respect to the sqft. [5 marks]
5. Re-estimate Model 1 after excluding the last observation from your sample. Is there any
important change in the estimates? [5 marks]
6. Give a 5% confidence interval of the predicted value of price for the observation that you
excluded. Is the true data included in the predicted interval? [5 marks]
and add the fitted line to the scatter plot produced in 1.). [5 marks]
8. Compute and interpret the elasticity of the price with respect to the sqft. How does this
elasticity estimate compare to the one you found in 4)? Does Model 2 fit the data better
than Model 1? [10 marks]
1
2 Question 2 [50 marks]
One way of modeling supply response for an agricultural crop is to specify a model in which area
planted (acres) depends on price. When the price of the crop’s output is high, farmers plant more
of that crop than when its price is low. The dataset bangla.rdata contains information on sugar
cane supply. The variable AREA denotes area planted, and PRICE denotes output price.
ln(AREAt ) = β1 + β2 ln(PRICEt ) + e.
2. Plot the correlogram for the residuals. What autocorrelations are significantly different from
zero? [5 marks]
3. Perform the DW test for autocorrelated errors using a 5% significance level. [5 marks]
4. Perform the LM test for autocorrelated errors assuming one lag and using a 5% significance
level. [5 marks]
5. Find two 95% confidence intervals for the elasticity of supply, one using least squares standard
errors and one using HAC standard errors. What are the consequences for interval estimation
when serially correlated errors are ignored? [10 marks]
6. Estimate the model under the assumption that the error is an AR(1) process. Is the estimate
for ρ significantly different from zero at a 5% significance level? Compute a 95% confidence
interval for the elasticity of supply. How does it compare with those obtained in part 3)? [10
marks]
7. Estimate an ARDL(1,1) model for sugar supply response. What restrictions are necessary
on the coefficients of this model to make it equivalent to that in 4)? Test these restrictions
using a Wald test. Do the residuals from this model show any evidence of serial correlation?
[10 marks]