Questions: Logistic Regression for Binary Outcomes

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher reports that a logistic regression coefficient for education (in years) on voting behavior is β = 0.15. A colleague concludes that each additional year of education raises the probability of voting by 15 percentage points. What is wrong with this interpretation?

ANothing is wrong — logistic regression coefficients directly represent probability changes
BThe coefficient 0.15 represents a change in log-odds, not probability; the actual probability change is non-constant and depends on the baseline probability
CThe coefficient must first be squared before interpreting it as a probability change
DThe interpretation is wrong because logistic regression reports marginal effects at the mean automatically
Question 2 Multiple Choice

Why does logistic regression model the log-odds of an outcome rather than the probability directly?

ALog-odds are easier to compute than probabilities on modern hardware
BIt is a historical convention with no mathematical justification
CPredicted probabilities from a linear model can fall outside [0,1], and the relationship between predictors and probability is rarely linear across the full range
DThe logistic function eliminates the need for maximum likelihood estimation, simplifying inference
Question 3 True / False

An odds ratio greater than 1 for a predictor in a logistic regression model means that subjects with higher values of that predictor are more likely than not (probability > 50%) to experience the outcome.

TTrue
FFalse
Question 4 True / False

A logistic regression coefficient can be converted to an odds ratio by exponentiating it (e^β).

TTrue
FFalse
Question 5 Short Answer

Why are predicted probabilities often more informative than odds ratios when communicating logistic regression results to a non-technical audience?

Think about your answer, then reveal below.