wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MASD recap quiz 2

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

What are Odds in the context of logistic regression?

a)

It is the ratio of the probability of an event occurring to the probability of the event not occurring.

b)

It is the ratio of the probability of an event occurring to the probability of the sum of all events.

c)

It is the ratio of the probability of an event not occurring to the probability of the event occurring.

d)

It is the ratio of the probability of an event not occurring to the probability of the event not occurring.

2.

The logit function(given as l(x)) is the log of odds function. What could be the range of logit function in the domain x=[0,1]?

a)

(– ∞ , ∞)

b)

(0, ∞)

c)

(0,1)

d)

(- ∞, 0)

3.

Which of the following option is true?

a)

Linear Regression error values has to be normally distributed but in case of Logistic Regression it is not the case

b)

Logistic Regression error values has to be normally distributed but in case of Linear Regression it is not the case

c)

Both Linear and Logistic Error values have to be normally distributed

d)

Both Linear and Logistic Error values have not to be normally distributed

4.

Logistic Regression is used when you want to:

a)

Predict a dichotomous variable from continuous variables or dichotomous variables.

b)

Predict a continuous variable from dichotomous variables.

c)

Predict any categorical variable from several other categorical variables.

d)

Predict a continuous variable from dichotomous or continuous variables

5.

Standardisation of features is required for training a logistic regression

a)

True

b)

False

6.

Mulicollinearity is detected using VIF. For doing so, the regression model should have the DV as

a)

Discrete dichotomous variable

b)

Nature of DV does not matter

c)

Continuous variable because it is linear regression

7.

Multivariate outliers in OLS regression are detected using

a)

Mahalanobis Distance

b)

Cook's Distance

c)

Durbin Watson

d)

All of the above

8.

Which of the following is not true for the Hosemer Lemeshow Test for Goodness of Fit for logistic regression

a)

The cutoff value is pre-decided

b)

The model is considered to be a good fit if the p-value < 0.05

c)

The test follows a Chi-square distribution

d)

The deciles are created by sorting the observations in the ascending order of predicted probabilities

9.

A researcher wants to estimate voter turnout for different regions of the country. She divides the country into four regions. How many dummy variables will she have in the equation?

a)

4

b)

3

c)

2

d)

1

10.

This regression test the effect of being a colony (1=yes, 0=no) on the probabilities of being a democracy (1=yes, 0=no). Select the CORRECT interpretation

a)

Having a colonial past has a negative, significant effect on the likelihood of being a democracy

b)

GDP per capita has a positive effect on the likelihood of being a democracy

c)

The model explains 6% of the variation of the dependent variable

d)

Democracies have a higher propensity to be ex-colonies

11.

What statistical tool is appropriate to measure the effect of education (categorical) on income (continuous), controlling for age?

a)

Correlation analysis

b)

means comparison

c)

logistic regression

d)

multiple OLS regression

12.

The coefficients of the least squares regression line are determined by minimizing the sum of the squares of the

a)

x coordinates

b)

y coordinates

c)

residuals

13.

wage = α +  b * male + e  (variable 'male' coded as 1 if male, else 0)


What does b represent

a)

The effect of being male on wages

b)

The predicted difference in wages for women as compared to men (i.e., predicted wages of women - predicted wages of men)

c)

The predicted difference in wages for men as compared to women (i.e., predicted wages of men - predicted wages of women)

d)

The association between gender and wages