Introduction Linear regression is employed to approximate the (linear) relationship between an endless response variable and a group of predictor variables. However, when the response variable is binary (i.e., Yes/No), linear regression isn’t appropriate. Fortunately, analysts can turn to an analogous method of logistic regression, which is similar to linear regression…