Page 1 of 209
ISYE 6414-REGRESSION ANALYSIS FINAL EXAM 500+
QUESTIONS WITH CORRECT DETAILED ANSWERS LATEST
UPDATE THIS YEAR - JUST RELEASED
ISYE 6414-REGRESSION ANALYSIS FINAL EXAM
Your computer broke, but a colleague has asked you to review a brief report they assembled
on a dataset. You see a graph of a square root (constantly increasing, but decreasing in the
rate of increase.) Your colleague is new to coding but ran a Box-Cox test and reported the
suggested value of lambda = 2.
You can't check the test, but does it seem plausible?
True
When we are conducting ANOVA, we cannot use boxplots to see whether group means are
statistically significantly different from each other.
True
The F-test for equal means has a null hypothesis that the means are different: if you obtain a
lower p-value than your threshold (normally 0.05), then you reject the null hypothesis and
accept that the means tested as part of the F-test are equal.
False
1
,Page 2 of 209
One objective in ANOVA is to determine which groups have statistically significantly different
means from each other. We can compare two groups at a time, which is called pairwise
comparison, and the Tukey method (TukeyHSD()) will generate all of these for you.
True
Linearity is not an assumption of ANOVA - a key difference from Simple Linear Regression.
True
To check the constant variance assumption of ANOVA, we ought to plot the residuals by
treatment group to assess whether the groups individually have different variability that
contradicts our assumptions.
True
Professor Serban conducts exploratory analysis of the inflation difference (predictor) and the
average annual change in exchange rate (response). She displays a boxplot showing the
response variables for developed and developing countries.
Choose True if both of these statements are true:
1. This boxplot is generated from the original dataset after recoding the dummy variable
(Developed) to be a categorical variable (with two factors: "Developed" and "Developing".
2. The visual difference in the response variables shown in the boxplots provide strong
evidence that two simple linear regressions (one for Developing and one for Developed
countries) would be better than a single model.
False
The conclusion of the analysis is that purchasing power parity (PPP) is not 'robust' to unusual
economic or political conditions."
2
,Page 3 of 209
This implicitly means that in certain circumstances, the predictive power of PPP becomes
weaker.
True
You had computer calculate correlation coefficients for:
(1) GP votes vs RGP votes = -0.832
(2) log(GP votes) vs RGP votes = -0.313
(3) log(GP votes) vs log(RGP votes) = 0.122
If you are interested in just the linearity assumption of SLR, you should pick the model with
the highest (most positive) correlation coefficient, and thus choose model (3).
False
Q: If x* is one of the observations for the predicting variable, then we use estimation. (T/F)
True
In Box-Cox transformation, if the value of lambda is 1, we:
do not need to transform
R-square is 1 minus the ratio between the sum of squared errors and sum of square total.
True
In ANOVA, when we comparing the means, the alternative hypothesis is that at least two of
the means are different from each other.
True
3
, Page 4 of 209
Which of the following assumptions is not needed in ANOVA
Linearity
If we have independent chi-squared random variables, their sum is also a chi-squared
distribution.
True
In the PPP (purchasing power parity) example, what do we conclude from the boxplot about
the exchange rate change between the developed and developing countries?
they have very different exchange rate change
In the cancer survival example, the survival time is statistically different for those patients
with Breast cancer versus those with Bronchus or Stomach cancer.
True
In regression, the explanatory variables are random variables, while the response is fixed.
False
In simple linear regression, we aim to create a deterministic, linear model between the
explanatory variable and response variable.
False
In a general sense, a fitted model is simply the output of minimizing the errors as measured
by a particular criterion.
True
4
ISYE 6414-REGRESSION ANALYSIS FINAL EXAM 500+
QUESTIONS WITH CORRECT DETAILED ANSWERS LATEST
UPDATE THIS YEAR - JUST RELEASED
ISYE 6414-REGRESSION ANALYSIS FINAL EXAM
Your computer broke, but a colleague has asked you to review a brief report they assembled
on a dataset. You see a graph of a square root (constantly increasing, but decreasing in the
rate of increase.) Your colleague is new to coding but ran a Box-Cox test and reported the
suggested value of lambda = 2.
You can't check the test, but does it seem plausible?
True
When we are conducting ANOVA, we cannot use boxplots to see whether group means are
statistically significantly different from each other.
True
The F-test for equal means has a null hypothesis that the means are different: if you obtain a
lower p-value than your threshold (normally 0.05), then you reject the null hypothesis and
accept that the means tested as part of the F-test are equal.
False
1
,Page 2 of 209
One objective in ANOVA is to determine which groups have statistically significantly different
means from each other. We can compare two groups at a time, which is called pairwise
comparison, and the Tukey method (TukeyHSD()) will generate all of these for you.
True
Linearity is not an assumption of ANOVA - a key difference from Simple Linear Regression.
True
To check the constant variance assumption of ANOVA, we ought to plot the residuals by
treatment group to assess whether the groups individually have different variability that
contradicts our assumptions.
True
Professor Serban conducts exploratory analysis of the inflation difference (predictor) and the
average annual change in exchange rate (response). She displays a boxplot showing the
response variables for developed and developing countries.
Choose True if both of these statements are true:
1. This boxplot is generated from the original dataset after recoding the dummy variable
(Developed) to be a categorical variable (with two factors: "Developed" and "Developing".
2. The visual difference in the response variables shown in the boxplots provide strong
evidence that two simple linear regressions (one for Developing and one for Developed
countries) would be better than a single model.
False
The conclusion of the analysis is that purchasing power parity (PPP) is not 'robust' to unusual
economic or political conditions."
2
,Page 3 of 209
This implicitly means that in certain circumstances, the predictive power of PPP becomes
weaker.
True
You had computer calculate correlation coefficients for:
(1) GP votes vs RGP votes = -0.832
(2) log(GP votes) vs RGP votes = -0.313
(3) log(GP votes) vs log(RGP votes) = 0.122
If you are interested in just the linearity assumption of SLR, you should pick the model with
the highest (most positive) correlation coefficient, and thus choose model (3).
False
Q: If x* is one of the observations for the predicting variable, then we use estimation. (T/F)
True
In Box-Cox transformation, if the value of lambda is 1, we:
do not need to transform
R-square is 1 minus the ratio between the sum of squared errors and sum of square total.
True
In ANOVA, when we comparing the means, the alternative hypothesis is that at least two of
the means are different from each other.
True
3
, Page 4 of 209
Which of the following assumptions is not needed in ANOVA
Linearity
If we have independent chi-squared random variables, their sum is also a chi-squared
distribution.
True
In the PPP (purchasing power parity) example, what do we conclude from the boxplot about
the exchange rate change between the developed and developing countries?
they have very different exchange rate change
In the cancer survival example, the survival time is statistically different for those patients
with Breast cancer versus those with Bronchus or Stomach cancer.
True
In regression, the explanatory variables are random variables, while the response is fixed.
False
In simple linear regression, we aim to create a deterministic, linear model between the
explanatory variable and response variable.
False
In a general sense, a fitted model is simply the output of minimizing the errors as measured
by a particular criterion.
True
4