Looking for ETC2410 - ETC5241 - BEX2410 - Introductory econometrics - S1 2025 test answers and solutions? Browse our comprehensive collection of verified answers for ETC2410 - ETC5241 - BEX2410 - Introductory econometrics - S1 2025 at learning.monash.edu.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Consider the following estimated equation using OLS based on a random sample of 6763 individuals, where is the natural logarithm, is a dummy variable that is equal to 1 if person is female and 0 otherwise, and is the number of years of university education that person has. Using the estimated equation, find the value of totuni (total number of years in university) such that the predicted values of log(wage) are the same for men and women. Enter your answer rounded to the nearest number total of years.
Consider the following estimated equation using OLS based on a random sample of 6763 individuals, where is the natural logarithm, is a dummy variable that is equal to 1 if person is female and 0 otherwise, and is the number of years of university education that person has. Based on the estimated model reported above, what is the return to every year of university education for women? Enter your answer rounded to the nearest percentage point but without the % sign.
The file profits.csv includes data on profits and assets of 88 firms (some firms having missing data). The variables in the data set are and , which are each firm’s profit and assets in million dollars, and which is a dummy variable which is equal to 1 if the CEO of the firm is not the owner of the firm, and is zero otherwise.
Use R to get the scatterplot of against . What does the scatterplot suggest?
profits <-- read.csv("profits.csv")
library(ggplot2)
ggplot(profits, aes(x = assets, y = profits)) + geom_point()
Let denote a random sample of observations on the independently distributed random variables , where
Let
and
denote two estimators of . Which of the following statements is false?
Consider the vector of independently distributed random variables
\begin{equation}Y=\begin{bmatrix}Y_{1} \\ Y_{2} \\ Y_{3}\end{bmatrix},\end{equation}
where
Which of the following statements is true?
Let denote a random sample of observations on the independently distributed random variables , where
Let
be an estimator of . Which of the following statements is true?
When a researcher estimated the linear regression equation
she reported the following results:
Based on the results reported, which of the following statements is true?
Consider the linear regression models
When these models were estimated by OLS, the researcher reported the following results:
| M1 | M2 | |
| AIC | 1.01 | 1.02 |
| BIC | 1.08 | 1.06 |
Which of the following statements is correct?
We conduct the following -test:
Which null-hypothesis are we testing with in this -test?
Using data from a random sample of 305 women, we have estimated the following model that relates a woman’s sleep time in a week (in minutes) to her work time (in minutes) and age.
All else equal, at what age are women predicted to sleep the least on average according to this estimated equation? Enter the age with one decimal point.