Stata (ECONOMETRICS)

ECO 375–Homework 2

University of Toronto

Due: 17 November, 2019

Late assignments will not be accepted

For full credit, please show your work

1 Theoretical Problems

1. True or false: First indicate whether the following statements are true or false and then justify your answer.

(a) In the simple linear regression model if the R2 is equal to one, then the linear relationship between the variables is exact and residuals are all zero.

(b) In the simple linear regression model, if Var(Y ) = Var(X) then the estimated slope in a regression model of Y on X is approximately equal to the estimated slope in a regression model of X on Y .

(c) The fact that R2 is equal to zero indicates that variables are unrelated.

(d) A crucial assumption of the linear model is that the sum of the residuals is zero.

(e) The fact that residuals in the linear model estimated by least-squares have zero mean is a consequence of assuming that the expected value of the error term is zero.

(f) The assumption that the error term is normally distributed is necessary to demonstrate that the least-squares estimator is unbiased.

2. Take Y = log (W ). Assume the log-linear model Y = β0 + β1X + U , with E (U) = 0. Prove the following:

(a) Show that if E (U |X) = 0, then Cov (X,U) = 0. (b) Assume Cov (X,U) = 0. Show that β1 = Cov (X,Y ) /V ar (X).

(c) Suppose β̂1 is the OLS estimator of β1. Show that β̂1 p→ β1 + Cov(X,U)V ar(X) .

(d) Assume Cov (X,U) = 0. What is the estimated approximate percentage change in W for a change in X, say from X = x0 to X = x1? And what is the estimated exact percentage change in W?

(e) Assume Cov (X,U) = 0. Show that exβ̂ − 1 is a biased estimator for exβ − 1. Show that exβ̂ − 1 is a consistent estimator for exβ − 1.

1

 

 

2 Computer Based Problems

1. Determinants of Income. Use the dataset “ANES2016.dta” for this question. The data are drawn from the American National Election Survey of 2016 (available at https://electionstudies.org/data-center/2016-time-series-study/).

The dataset includes log of income (loginc), gender indicator (female), indicators for black and hispanic (black, hispanic), age, five education dummy variables, numbered educ0 through educ4 (from “high school dropout” to “graduate or professional school”), among others. (Note the data labels on the variables.)

(a) Take educ0, “high school dropout,” to be the base level of education and estimate the following model using OLS:

loginci = β0 + β1femalei + β2blacki + β3agei + β4age 2 i + β5educ1i+

β6educ2i + β7educ3i + β8educ4i + εi

Assume all assumptions of the classical linear regression model hold. How should the coefficient on educ1 be interpreted? What about educ4?

(b) Run the regression again, but now take educ1, not educ0, to be the base case. First, write down this regression equation, estimate the model parameters, and interpret the estimated coefficient on educ4. Is it possible to obtain the same result using the regression estimated in item (a)? If it is not possible, explain why. If it is possible, explain how.

(c) Test whether age has significant impacts on income. Based on the estimated results, what is the (approximated) effect of an increase in age from 34 to 35 on income? In which age do we expect to see the maximum income level (holding all other covariates constant)?

2. Economic Convergence. The idea that poor countries grow faster than richer countries is a result central to many neoclassical growth models. This idea is often referred to in the literature as (absolute) β-convergence. Empirically, papers such as the influencial study by Robert J. Barro (1991, “Economic Growth in a Cross Section of Countries,” published at the Quarterly Journal of Economics) demonstrate how β-convergence can be tested on a cross-section of economic data. For an early survey of the literature, see Sala-i-Martin (1994. “Cross-sectional Regressions and the Empirics of Economic Growth,” published at the European Economic Review).

To investigate this issue, let yi,t represent the GDP per capita of country i at year t, and consider the following regression model:

log

( yi,t+k yi,t

) = α+ β log(yi,t) + ui,t. (1)

The dependent variable measures the (approximate) growth rate of GDP per capita of country i between year t and t+k. The model assumes that the growth rate depends on the initial level of income per capita yi,t, and on other (unobserved) factors ui.t. If β < 0, richer countries are expected to have smaller growth rates than poorer countries, leading to the β-convergence.

Please use the Penn World Tables dataset, “PWT data.dta” for this question (the original data is available at https://www.rug.nl/ggdc/productivity/pwt/). For the remainder of this question, let t = 1975 and t+ k = 1995. A description of variables is provided below:

2

 

 

Variable Description

GDP1975 Real GDP of country i in 1975 GDP1995 Real GDP of country i in 1995 POP1975 Population of country i in 1975 POP1975 Population of country i in 1995 HCI1975 Human capital index of country i in 1975 GCF1975 Gross capital formation shares of country i in 1975

(a) Assume the Gauss-Markov assumptions are valid. Estimate equation (1) using ordinary least squares. Interpret the results. Do you find evidence in favor or against the β- convergence?

(b) Now we will add the human capital index for country i at time t, HCi,t into the model:

log

( yi,t+k yi,t

) = α+ β1 log(yi,t) + β2HCi,t + ui,t (2)

If β1 < 0, then the group of countries are said to be conditionally β-convergent. Estimate equation (2) using OLS. Based on the estimated results, do you find evidence in favor of conditional economic convergence? Interpret the results and compare them with the results you found in (a).

(c) Now add one more variable to the regression – share of gross capital formation in country i:

log

( yi,t+k yi,t

) = α+ β1 log(yi,t) + β2GCFi,t + β3HCi,t + ui,t (3)

Interpret the results. Do your conclusions from (b) change? Are both types of capitals jointly important to explain future growth?

3. Monte Carlo Simulation. Simulate the following model in STATA:

Y = β0 + β1X + U

where

β =

( β0 β1

) =

( −10

5

) X ∼ U (0, 1) ,

that is, X is uniformly distributed between 0 and 1; and

U ∼ N(0, 5).

For each simulation, generate a data set {yi, xi : i = 1, …, n} with n = 100 observations. Then, for each sample, estimate β using OLS, make the tests described below, and save the p-values. Run m = 1000 simulations.

(a) In each simulated data, perform the following hypothesis test: H0: β1 = 5 vs H1: β1 6= 5, and save the p-value. In what fraction of the simulations can you reject the null hypotheses? Most likely, you will find that the fraction of rejections is not too far from 5%. Why is that true for this test?

(b) Now, in each simulated data, perform the following hypothesis tests:

3

 

 

i. H0: β1 = 4.5 vs H1: β1 6= 4.5, and ii. H0: β1 = 0 vs H1: β1 6= 0,

and save the corresponding p-values. In what fraction of the simulations can you reject each null hypotheses? Are those fractions close to 5%? Which one is greater? Why are these results expected for these tests?

Provide your do file and log file as part of your submission.

4

 

  • Theoretical Problems
  • Computer Based Problems

Cost Analysis

350 words

When materials are stored in inventory for a period of time before being used in the production process, the accounting cost and economic cost differ if the market price of these materials have changed from the original purchase price. Accounting cost is equal to the actual acquisition cost and economic cost is equal to the current replacement cost. After reading the articles 1 & 2 below “U.S. Car Business in Major Shift” and “Car Making in America”, which cost do you feel the U.S. Car industry (GM, Ford, etc.) is most affected by – accounting or economic cost?

1)

https://learn-us-east-1-prod-fleet01-xythos.s3.us-east-1.amazonaws.com/5b75a0e7334a9/813961?response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27U.%2520S.%2520Car%2520Business%2520Article.pdf&response-content-type=application%2Fpdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20191202T002100Z&X-Amz-SignedHeaders=host&X-Amz-Expires=21600&X-Amz-Credential=AKIAIBGJ7RCS23L3LEJQ%2F20191202%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=f64d6cfe0bb264aa472de5c457c5c5724cec57e9290974126670507093b8dfdd

2.

https://learn-us-east-1-prod-fleet01-xythos.s3.us-east-1.amazonaws.com/5b75a0e7334a9/813962?response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27Carmaking%2520In%2520America%2520Article.pdf&response-content-type=application%2Fpdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20191202T002122Z&X-Amz-SignedHeaders=host&X-Amz-Expires=21600&X-Amz-Credential=AKIAIBGJ7RCS23L3LEJQ%2F20191202%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=265767fe5db6f106aaa077037980056c802997d46ab7a849f0f86b5e8fbfa112

3 Economics Assignment.

https://www.seu.edu.sa/sites/ar/SitePages/images/logo.png

College of Administrative and Financial Sciences

 

Assignment 2

Deadline: 27/3/2021 @ 23:59

 

 

Course Name: Logistics Management Student’s Name:
Course Code: MGT322 Student’s ID Number:
Semester: II CRN:
Academic Year: 1441/1442 H

 

 

For Instructor’s Use only

Instructor’s Name:
Students’ Grade: Level of Marks:

 

Instructions – PLEASE READ THEM CAREFULLY

· The Assignment must be submitted on Blackboard (WORD format only) via allocated folder.

· Assignments submitted through email will not be accepted.

· Students are advised to make their work clear and well presented, marks may be reduced for poor presentation. This includes filling your information on the cover page.

· Students must mention question number clearly in their answer.

· Late submission will NOT be accepted.

· Avoid plagiarism, the work should be in your own words, copying from students or other resources without proper referencing will result in ZERO marks. No exceptions.

· All answered must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism).

· Submissions without this cover page will NOT be accepted.

 

 

Logistics Management

ASSIGNMENT -2

Submission Date by students: Before the end of Week- 10th

Place of Submission: Students Grade Centre

Weight: 5 Marks

Learning Outcome:

1. Demonstrate an understanding of how global competitive environments are changing supply chain management and logistics practice.

2. Apply essential elements of core logistic and supply chain management principles.

3. Analyze and identify challenges and issues pertaining to logistical processes.

Assignment Workload:

This assignment is an individual assignment.

 

Critical Thinking

In today’s highly competitive, extremely variable and dynamic environment, many firms are seeking solutions. Supply chain management becomes more sophisticated and the difference between what firms want to achieve and what they can do in-house continues to grow, firms begin to realize that doing the right thing becomes more interesting than doing everything. Accordingly, they becoming better focused and more specialized by outsourcing and offshoring activities that are far from their core businesses. In many cases, firms decide to outsource this function in whole or in part to agents or third party logistics firms.

Using this concept of offshoring and outsourcing answer the following questions by conceding any Saudi Local company or any Multinational company.

Question:

1. What are the roles of Third party logistics firms in a smooth running of Supply chain process of a multinational organization? (1.5 Mark)

2. What are the motivational factors companies going internationally? (1.5 Mark)

3. On what ground companies choose developing countries location for offshoring. Use examples. (Mention the country and decisive factors) (1.5 Mark)

4. References (Use APA style of referencing (0.5 Mark)

 

 

The Answer must follow the Key word/ outline points below:

· Each answer should be 300 to 500 range of word counts.

· Outsourcing , offshoring ,Third Party logistics

· Their Main functions

· Motivational Factors /Drivers

· Reasons with suitable Examples

· Reference

Note: You can support your answer by reading chapter 4 of your book.

You can use secondary source available on internet.

Econ 5700

Econ 5700: Industrial Organization

Problem Set 4 Due: Thursday, February 20, 2020

Instructions:

• I recommend that you use a calculator to complete this assignment.

• Show your work for short answer (SA) questions.

• I strongly recommend that you first work out the problems on scrap paper, then write out a set of neatly-presented answers to turn in to me.

• Staple your pages together if you turn in multiple pages.

• You may work in groups of four students or less. Each group should submit only one copy of their answers. Be sure to include all group members’ names and

dot numbers.

1. [MC] In which of the following scenarios can firms sustain collusion? (I.e., which

of these can prevent cheating?)

(a) An infinitely repeated game with trigger strategies.

(b) A finitely repeated game with trigger strategies.

(c) A one-shot game with a price-matching guarantee.

(d) More than one of the above.

2. [MC] Suppose that there are very few firms operating in a market where it

is difficult to currently observe rivals’ prices. The government is considering

collecting and publishing information on firms’ prices in this market. If produced,

this dataset would be publicly available. Why might an economist recommend

against publishing such a dataset? Which of the following does NOT help firms

in a cartel detect cheating?

(a) Observable prices.

(b) There are many firms.

(c) Firms sell to the same types of consumers.

(d) There are low independent price fluctuations.

1

 

 

3. [SA] Consider a homogenous good market characterized by monopolistic compe-

tition. The market’s inverse demand function is given by p(Q) = 90 − 1 40 Q and

an individual firm, i, has cost function given by ci(qi) = 30qi + 5760. Notice that

this cost function implies economies of scale. Price and quantity in the market

are determined via Cournot competition. When focusing on firm i, recall this

useful notation from class:

Q = qi +Q−i and Q−i = ∑ k 6=i

qk

We are interested in finding the equilibrium number of firms in the monopolisti-

cally competitive equilibrium.

(a) Find firm i’s best response function, qi = BRi(Q−i).

(b) When there are n firms in the market, they will all produce equal quantities

in the Cournot equilibrium:

q1 = q2 = … = qn = q

Find the value of this individual firm production, q. (It should be a function

of n.)

(c) In the Cournot equilibrium with n firms, what are the aggregate quantity,

Q, market price, p, and individual firm profits, πi? (Again, these should all

depend on n.)

(d) Consider n = 2, 3, 4, 5. For each of these values, compute firm profits. Is any

of these the (Nash) equilibrium number of firms?

(e) Suppose that the government has the policy tools available to reach the first-

best welfare outcome. Describe how the government achieves this goal.

(f) Suppose instead that the government is more limited in its policy tools. All

it can do is levy a lump-sum tax on any firm operating in the industry. Any

firm that enters must pay a lump-sum tax of $3240 to the government. Redo

part (d) with the tax in place. What is the new equilibrium number of firms?

Will implementing the tax most likely increase or decrease total welfare?

(g) [Optional. I would not ask this question on an exam, but you might

find it interesting to work through.] What is the value of total welfare

in the equilibrium without the tax? What about with the tax? (Hint: you

can compute total welfare as consumer surplus minus total industry profits.)

2