Here’s question 11 of our exam: 11. We defined a new variable based on weight (in pounds): heavy 200 and then ran a logistic regression, predicting “heavy” from height (in inches): glm(formula = heavy ~ height, family = binomial(link = “logit”)) coef.est coef.se (Intercept) -21.51 1.60 height 0.28 0.02 — n = 1984, k = …