Business Finance - Economics assignment 4 stata

profileJose73
assigment4eco.pdf

Assignment 4

Instructions

Questions

Assignment 4 Instructions

You must use STATA, and must turn in a copy of your Do-file. The Do-file must perform every task below neatly and correctly.

The work you hand in must be your own. You must NOT copy any answers from anyone or anywhere else. Please review FIU's policy on academic misconduct for more information.

 

Questions

The data we will use in this assignment is based on an article by Roger Koenker, "Was Bread Giffen? The Demand for Food in England Circa 1790".

1. Download and read the article linked above, and write a detailed review.

a) Summarize the topic

b) Explain the approach

c) Summarize the conclusion

2. Please download the data from here ( http://estebanch.com/ECO4421/HW04/koenker.xlsx) and replicate Table 1 of Koenker's article using STATA. To do so, you will need to estimate the following equations:

 

Report your results in a table.

 

3. Biddle and Hamersmesh (1990) studied the tradeoff between time spent sleeping and working, among other factors. The model below is a simplified multiple regression model used in the paper:

is total minutes spent sleeping at night (per week)

is total minutes spent working (per week)

is education, measured in years

is measured in years

is a dummy variable

You can download the dataset from the paper here. Alternatively, you can load it from the following location: http://estebanch.com/ECO4421/HW04/SLEEP75.DTA

√ a) Run the regression model, and report the results in a table

√ b) Is there evidence that men sleep more than women?

√ c) Is there a tradeoff between working and sleeping? What is it? is it significant?

 

4. Using the same dataset from the previous question, refer to the following equation for this question:

√ a) Run the regression separately for men and women. Report your results in a table.

√ b) Are there differences in the two results sets?

 

Note: You may want to run the following commands after loading your dataset for Question 2.

 

label variable QbPb "wk exp bread" label variable QmPm "wk exp meat" label variable S "Family size" label variable Pb "Price of bread" label variable Pm "Price of bread" label variable Y "Total exp on food"

1 2 3 4 5 6