Lab 21: Logistic Regression

Note

In lab.qmd ## Lab 21 section,

# Fit the logistic regression

predict(logis_out$fit, newdata = data.frame(HEIGHT = 175), 
        type = "response")