Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

ECON

See attached below.

1. Open dataset “mortgage_rates_and_house_prices” that depicts 30-year fixed rate mortgage interest rate and an index that summarizes house prices in the U.S., between 1975 and 2023, observed quarterly. Use these data to answer all of the following:

a.
Generate the clock variable that starts at 1 in the first row and increases by one in each subsequent row until the last row.
Name this clock variable “time”. Then,
declare dataset as time series using this clock variable.

b. Use the “time” variable in a simple
regression setting to answer two separate questions concerning linear trends of these two series:

i. What is the
change in the house price index per each new quarter, on average?

ii. What is the
change in the mortgage rate per each new quarter, on average?

c.
Depict the mortgage rate and house price index on
two
separate plots.
Show them. Using
eyeballs
only, do those time series variables look stationary or non-stationary to you?
Why?
How can you tell?
Explain in plain English.

d. Use
two different flavors of the Dickey-Fuller test – the DF test
with trend and the DF test
with drift – to determine whether mortgage rates and house prices are either non-stationary, trend-stationary, or difference-stationary. What do you
conclude?
Explain your reasoning.

i.
State the null and the alternative hypotheses of the DF test with trend.

ii.
State the null and the alternative hypotheses of the DF test with drift.

iii.
Explain why you rejected or failed to reject the null hypotheses.

e. If both mortgage rates and house prices are non-stationary, check to see if they are cointegrated
using the Engle-Granger procedure. You will recall that a
regression is involved in this procedure, so use good judgment to decide which series will be dependent, and which independent variable.

i. Describe every step, in words, that you are taking in your .do file.

f. Based on the Engle-Granger test output, would running a regression between the house price index and mortgage rates result in spurious results?
Why or why not? Explain.

g. Based on the results of the DF tests
, conduct the appropriate treatment to induce stationarity in mortgage rates and house prices. Then,
depict their stationary versions on two separate time series plots.
Show them.

h. Now, create a
detrended version of house prices.
Name is “detrended_prices”.

i. Then,
subject the detrended house prices to the
DF test with drift.

ii.
What are null and alternative hypotheses? What is the
conclusion of this test?

iii.
Show the detrended house prices on a time series plot.

i. Now, create the
differenced version of house prices.
Name it “differences_prices”.

i. Then,
subject the differenced house prices to the
DF test with drift.

ii.
What are null and alternative hypotheses? What is the
conclusion of this test?

iii.
Show the differenced house prices on a time series plot.

j. Now,
extract a cointegrating relationship between house prices in level (raw form, not detrended or differences) and mortgage rates in level (raw form, not detrended or differences) using a simple vector error correction (VEC) model. Again, use the appropriate variable as dependent here, and the other as independent.

i. Note the exact
cointegrating equation in Stata output once you run this model.

ii.
Write that equation out.

iii.
Interpret the coefficient of the independent variable here.

iv. Recall that unless any variable is explicitly logged, you default to a lin-lin interpretation, whatever the unit the variable is measured in.

2. Open dataset “airtravel_monthly” that gives a long-run time series of
monthly domestic airline passengers in the United States from October 2002 through July 2023.

a.
Generate the clock variable that starts at 1 in the first row and increases by one in each subsequent row until the last row.
Name this clock variable “time”. Then,
declare dataset as time series using this clock variable.

b. Run the regression between current number of passengers as dependent, linear trend as independent, and also X lags of the number of passengers as independent variables, where X should be
identified correctly using the Akaike Information Criterion (AIC).

c. Then,
generate the
predicted (fitted) values of the number of passengers, your dependent variable.

d.
Place both actual and predicted series on the
same time series plot.

e. Perform
Chow structural break test with an
unknown break date
using the model you estimated part (b). Notice the estimated break date (at the given clock variable value). What month and year does it correspond to? Explain why the test finds what it does.

3. Open dataset “Airlines” which contains the daily number of airline passengers and
daily number of new COVID-19 cases in the United States between March 1 and October 31, 2020. Use these data to answer the following:

a.
Generate the clock variable that starts at 1 in the first row and increases by one in each subsequent row until the last row.
Name this clock variable “time”. Then,
declare dataset as time series using this clock variable.

b.
Create the time series plot of airline passengers.

c. Perform the
Granger causality test on between new COVID cases and the number of airline passengers.
Use the optimal number of lags, as
determined by AIC for both variables, in the vector autoregression (VAR) model to set up the Granger test. Recall that in a VAR, it doesn’t matter what you initially select as dependent and independent variables, since you’re estimating a system where they swap places anyway.

i.
Describe every step that you are taking for this test procedure in your .do file.

i.
State the
null
hypothesis of the Granger test.
State the
alternative hypothesis.

ii. Using
p = 0.10 as the threshold for statistical significance (as is sometimes done), what do you
conclude based on the findings of the Granger test? Which variable “causes” which, if any? Which doesn’t cause which, if any?

4. Carefully address each of the sub-problems, as successful completion of one part requires the preceding part to be correct also. Use dataset
“Employment_06_07.dta”.

a.
Generate a binary dummy variable called “white” that equals 1 if a person is white, and 0 otherwise. Rely on the non-binary indicator “race” to generate “white”.

b.
Generate log of earnings by taking the natural logarithm of “earnwke”. Call it “log_earning”.

c. Run regression with log_earnings as dependent, and “white”, “union”, “age”, “unemployed”, and “female” as independent variables.
Interpret the magnitude (size) of each effect (coefficient) for each independent variable. Use robust standard errors.

d. Now, run the same regression, but with an added interaction term between “white” and “female”. Don’t generate the interaction term manually.
Use the hash symbols instead.

e. From the above regression in (d), give the actual magnitude (size) of the effect
of being white on earnings, when female = 0.
What is this effect relative to?
Be sure to interpret coefficients correctly. Is this log-lin, lin-log… regression? Use the table in Notes Set 8 to help you with interpretation.

f. From the above regression in (d), give the actual magnitude (size) of the effect
of being white on earnings, when female = 1.
What is this effect relative to? Be sure to interpret coefficients correctly. Is this log-lin, lin-log… regression? Use the table in Notes Set 8 to help you with interpretation.

h. Give the actual magnitude (size) of the effect on earnings
of being white female relative to
white male?

i. Use the command that
starts with margins, dydx(… to confirm your findings in (e) and (f) on the impact of “white” on earnings when the person is, separately, female and male.

j. Use command marginsplot immediately after the preceding command to
generate the plot of these conditional marginal effects.
Which is statistically significant?
Which is insignificant?
Explain how you know.

Page 2 of 2

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

555-1

Answer each question with at least 5 sentences each with at least 1 reference. 1.What are 2-3 tips to remember when crafting learning objectives? How will you determine if learning objectives have been written effectively and why does this matter? 2.What is the purpose of introducing learning objectives to students?

assitant needed

please see attachments Industry Worksheet Assignment UNIT 5 ASSIGNMENT INDUSTRY WORKSHEET In the lecture notes for Unit 5- part 2, there is an opportunity to take a career assessment using Office of Higher Education Interest Assessment tool 1. Take the assessment. When you review your results and reflect on the

creative activities

Artists Research Project (500 words) This project requires students to learn about several famous artists and the outline ways to introduce the artist and his/her artwork to young children. Step 1:  Learn about famous artists and their artwork by exploring the gallery of great art and virtually visiting several museums.

Education Homework

Hello.  Is there anyone that can assist me with my homework.  I will have everything needed in the upload.  Videos, and powerpoint.

Kendrick and Drake

 Kendrick vs. Drake.   Conflict is central to narrative. Conflicts present problems, challenges, disagreements, and the potential for resolution and redemption. Every story needs a conflict. Conflict is found in all forms of popular culture and can take many different forms. Darth Vader vs. Luke Skywalker in Star Wars. Archie vs.

To Kill a Mockingbird

To Kill a Mockingbird question: In three pages, analyze the implications of knowing the backstory to To Kill a Mockingbird, as presented by historian Joseph Crespino through his extensive primary source research. Does knowing the real life story of A.C. Lee and the historical context behind Maycomb, Alabama, change our understanding

des powerpoint

  The  purpose of this assignment is for students to identify and choose  substance abuse preventions and various methods of treatments for a  substance of their choice using articles and content from textbook.  Student should upload a video on one of their slides related to either  of the following: substance

Education Organizational Structure Assignment

Identify a health care organization that is of interest to you. Create a chart that illustrates its organizational structure. An example of an organization chart can be found in Chapter 16 of your textbook,  Organization Behavior in Health Care. Use the organizational chart you have created to discuss the following in

LITERATURE REVIEW

TASK 1: Publishing with co-authors Based on at least 5 articles of your choice (which CAN include some articles from the course combined with some of your own), develop a review of the literature on at-risk areas in Special Education. A review of the literature is not a summary, but

Education Homework

Hello.  Is there anyone that can assist me with my homework.  I will have everything needed to complete. videos, articles, and power point.

assistance needed

Please see the attachment In the lecture notes we explored the concept of followership. Pick one of the topics covered, offer your thoughts, supported by cited evidence, that support or refute the idea that we should not be studying leadership Let’s take about 30 minutes and look at some examples

MTE/516

Summative Assessment: Cultural Responsiveness Presentation

questions

  Please answer each question in complete paragraph. Do not repeat the questions. All answers should be followed by a reference   Any use of AI will result in automatic 0     

reese

Please see attachment The leadership paper should be no longer than 7 pages, double-spaced, APA 7th edition format. The paper is based on the following: You are to select and view ONE of the below movies or TV shows: 1. Darabont F. (1994). The Shawshank Redemption . Columbia Pictures 2.

quiita

please see attachment The assignment for week six will help you develop your critical eye when it comes to reading the literature. The goal is for you to use this as an opportunity to identify the research design and methods that are being carried out by the authors. This skill

Video 5

  Annotate the video (or write in a separate document with timestamps recorded) to demonstrate how you have implemented the feedback received on Standards 1 to 8 during Clinical Practice.  Write or record a reflection detailing what went well, what needs to be improved, what you will do next and what

jay

please see attachment Write a paper on non-verbal communication and what we can learn from it. You are to write a 3-page paper (not including title and reference pages, so a total of 5 pages) in proper APA 7th Edition format. For your paper, please look at the videos and

edwards

any use of Ai will result in automatic 0  Discuss  the advent and evolution of the U.S.A. Patriot Act. Also, discuss the  constitutionality of the legislation as well as any concerns that have  been voiced with the legislation. In discussing the concerns, please be  specific as to the constitutional concerns