Deck 7: Specifying Models

Full screen (f)
exit full mode
Question
The following is an example of a polynomial OLS model.
Yi=β0+β12X1i+ϵiY _ { i } = \beta _ { 0 } + \beta _ { 1 } ^ { 2 } X _ { 1 i } + \epsilon _ { i }
Use Space or
up arrow
down arrow
to flip the card.
Question
Given the model Yi=20+30X1i+5X2i2, a one unit increase in X1i will lead to 40 unit increase in Yi.
Question
In a linear log model with only one independent variable, we interpret as a 1% increase in X1 is expected to lead to a β\beta 1 change in Y.
Question
When variables are not on the same scale, it makes it harder to compare them with each other. To deal with this problem, we standardize the variables by logging the variables.
Question
When conducting an F-test, the unrestricted model is the one that includes all of the independent variables that are in the full model, while the restricted model include only the variables that conform with our null hypothesis.
Question
One of the main reasons for using a polynomial OLS model is:

A) In order to estimate non-linear relationships.
B) In order to estimate linear relationships.
C) In order to account for measurement error.
D) In order to estimate a model where we suspect there is a measurement error in both the independent and dependent variables.
Question
Which of the following models should be used if we want to estimate the relationship between years of education and income if we expect the relationship to be non-linear.

A) Income= β\beta 0+B1Education
B) Income =B0+B12Education
C) Income =B0+B1Education + B12Education
D) Income =B0+B1Education +B1Education2
Question
Given log linear model that says Ln Income =B0+B1Education, we interpret the results as:

A) A one year increase in education is expected to lead to a B1 change in income.
B) A one year increase in education is expected to lead to a B1% change in income.
C) A one year increase in education is expected to lead to a B1/100 change in income.
D) A one percent increase in education is expected to lead to a B1/100 change in income
Question
Given a log log model lnYi=B0B1lnXi, we interpret the results as:

A) A one unit increase in X is expected to lead to a B1 change in Yi.
B) A one unit increase in X is expected to lead to a B1% change in Yi.
C) A one unit increase in X is expected to lead to a B1/100 change in Yi.
D) A one percent increase in X is expected to lead to a B1 percent change in Yi.
Question
Given the model Income = 10,000 + 1,000YearsofExperience + 100YearsofExperience2, a one year increase in years of experience from 10 years is expected to lead to a:

A) 1,100 increase in income
B) 1,000 increase in income
C) 3,000 increase in income
D) 11,100 increase in income
Question
Given Yi = B0 + B1X1 + B2X2 + B3X3 + B4X4 + ei, the restricted model for an F-test where H0: B1= B2= B4=0 is:

A) Yi = B0 + B1X1 + B2X2 + B3X3 + B4X4 + ei
B) Yi = B0 + B1X1 + B2X2 + B4X4 + ei
C) Yi = B0 + B3X3 + B4X4 + ei
D) Yi = B0 + B3X3 + ei
Question
Given the model Income = 20,000 + 1,500YearsofExperience + 150YearsofExperience2 - 10 YearsofExperience3, a one year increase in years of experience from 10 years is expected to lead to a:

A) 1,500 increase in income
B) 1,650 increase in income
C) 1,800 increase in income
D) 1,770 increase in income
E) None of the above, need more information
Question
Given a model where the variables are on a different scale, in order to make them comparable we need to:

A) Standardize the model by dividing the difference of the variable from its average by its standard deviation.
B) Don't need to do anything and can run the model in its unaltered form.
C) Standardize the model by taking the log/ln of each variable.
D) Standardize the model by dividing the coefficient of each variable by its standard deviation.
Question
Given Yi = B0 + B1X1 + B2X2 + B3X3 + B4X4 + ei, the restricted model for an F-test where H0: B1= B2= B3 is:

A) Yi=B0+B1X1+B2X2+B3X3+B4X4+ei
B) Yi=B0+B1(X1+ X2+ X3) + B4X4 + ei
C) Yi=B0+B4X4+ei
D) Yi=B0+B1X1+B2X2+B3X3 +ei
Question
Explain how to conduct F-tests in both of the possible scenarios, describing both the purpose of the F-test and the criteria for rejecting the null hypothesis.
Question
Explain how one can use OLS in order to estimate non-linear effects, and describe what has to be done with the data in order to do so.
Question
Given the following results
Life expectancy = 1+2GDP - 0.01GDP2
where GDP is in thousands (meaning a GDP of $60 signifies a GDP of $60,000), answer the following:
a.The predicted increase in life expectancy of GDP increase by $1 from $40.
b. The predicted increase in life expectancy if GDP increase by $1 from $100.
c. The predicted life expectancy in a country with a GDP of 50.
d. Give a simple explanation for the use of a polynomial model in order to model the relationship between life expectancy and GDP.
Question
Describe the appropriate interpretation of the following log models - specify the values:
a. lnYi=0.5+0.33Xi
b. Yi=2300+450ln Xi
c. lnYi=4.5+17 ln Xi
Question
Describe the challenge faced when it comes to comparing the effects of variables with different units, and describe how one can deal with this challenge.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/19
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: Specifying Models
1
The following is an example of a polynomial OLS model.
Yi=β0+β12X1i+ϵiY _ { i } = \beta _ { 0 } + \beta _ { 1 } ^ { 2 } X _ { 1 i } + \epsilon _ { i }
False
2
Given the model Yi=20+30X1i+5X2i2, a one unit increase in X1i will lead to 40 unit increase in Yi.
False
3
In a linear log model with only one independent variable, we interpret as a 1% increase in X1 is expected to lead to a β\beta 1 change in Y.
False
4
When variables are not on the same scale, it makes it harder to compare them with each other. To deal with this problem, we standardize the variables by logging the variables.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
5
When conducting an F-test, the unrestricted model is the one that includes all of the independent variables that are in the full model, while the restricted model include only the variables that conform with our null hypothesis.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
6
One of the main reasons for using a polynomial OLS model is:

A) In order to estimate non-linear relationships.
B) In order to estimate linear relationships.
C) In order to account for measurement error.
D) In order to estimate a model where we suspect there is a measurement error in both the independent and dependent variables.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
7
Which of the following models should be used if we want to estimate the relationship between years of education and income if we expect the relationship to be non-linear.

A) Income= β\beta 0+B1Education
B) Income =B0+B12Education
C) Income =B0+B1Education + B12Education
D) Income =B0+B1Education +B1Education2
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
8
Given log linear model that says Ln Income =B0+B1Education, we interpret the results as:

A) A one year increase in education is expected to lead to a B1 change in income.
B) A one year increase in education is expected to lead to a B1% change in income.
C) A one year increase in education is expected to lead to a B1/100 change in income.
D) A one percent increase in education is expected to lead to a B1/100 change in income
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
9
Given a log log model lnYi=B0B1lnXi, we interpret the results as:

A) A one unit increase in X is expected to lead to a B1 change in Yi.
B) A one unit increase in X is expected to lead to a B1% change in Yi.
C) A one unit increase in X is expected to lead to a B1/100 change in Yi.
D) A one percent increase in X is expected to lead to a B1 percent change in Yi.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
10
Given the model Income = 10,000 + 1,000YearsofExperience + 100YearsofExperience2, a one year increase in years of experience from 10 years is expected to lead to a:

A) 1,100 increase in income
B) 1,000 increase in income
C) 3,000 increase in income
D) 11,100 increase in income
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
11
Given Yi = B0 + B1X1 + B2X2 + B3X3 + B4X4 + ei, the restricted model for an F-test where H0: B1= B2= B4=0 is:

A) Yi = B0 + B1X1 + B2X2 + B3X3 + B4X4 + ei
B) Yi = B0 + B1X1 + B2X2 + B4X4 + ei
C) Yi = B0 + B3X3 + B4X4 + ei
D) Yi = B0 + B3X3 + ei
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
12
Given the model Income = 20,000 + 1,500YearsofExperience + 150YearsofExperience2 - 10 YearsofExperience3, a one year increase in years of experience from 10 years is expected to lead to a:

A) 1,500 increase in income
B) 1,650 increase in income
C) 1,800 increase in income
D) 1,770 increase in income
E) None of the above, need more information
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
13
Given a model where the variables are on a different scale, in order to make them comparable we need to:

A) Standardize the model by dividing the difference of the variable from its average by its standard deviation.
B) Don't need to do anything and can run the model in its unaltered form.
C) Standardize the model by taking the log/ln of each variable.
D) Standardize the model by dividing the coefficient of each variable by its standard deviation.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
14
Given Yi = B0 + B1X1 + B2X2 + B3X3 + B4X4 + ei, the restricted model for an F-test where H0: B1= B2= B3 is:

A) Yi=B0+B1X1+B2X2+B3X3+B4X4+ei
B) Yi=B0+B1(X1+ X2+ X3) + B4X4 + ei
C) Yi=B0+B4X4+ei
D) Yi=B0+B1X1+B2X2+B3X3 +ei
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
15
Explain how to conduct F-tests in both of the possible scenarios, describing both the purpose of the F-test and the criteria for rejecting the null hypothesis.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
16
Explain how one can use OLS in order to estimate non-linear effects, and describe what has to be done with the data in order to do so.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
17
Given the following results
Life expectancy = 1+2GDP - 0.01GDP2
where GDP is in thousands (meaning a GDP of $60 signifies a GDP of $60,000), answer the following:
a.The predicted increase in life expectancy of GDP increase by $1 from $40.
b. The predicted increase in life expectancy if GDP increase by $1 from $100.
c. The predicted life expectancy in a country with a GDP of 50.
d. Give a simple explanation for the use of a polynomial model in order to model the relationship between life expectancy and GDP.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
18
Describe the appropriate interpretation of the following log models - specify the values:
a. lnYi=0.5+0.33Xi
b. Yi=2300+450ln Xi
c. lnYi=4.5+17 ln Xi
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
19
Describe the challenge faced when it comes to comparing the effects of variables with different units, and describe how one can deal with this challenge.
Unlock Deck
Unlock for access to all 19 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 19 flashcards in this deck.