# Fit the logistic regression
predict(logis_out$fit, newdata = data.frame(HEIGHT = 175),
type = "response")
Lab 21: Logistic Regression
Note
In lab.qmd ## Lab 21
section,
Use our fitted logistic regression model to predict whether you are male or female! Change
175
to your height (cm).Use the converter to get your height in cm!