Comparison Between Logistic Regression And Linear Regression

Recently, I have learned a new statistical model called logistic regression in my statistics courses, which is used to model a binary dependent variable. This statistical model is different from linear regression, which is usually used to solve questions of simple researches. As a model I am most familiar with and most frequently used, linear regression is a linear method to model the relationship between a dependent variable and one or multiple independent variables. In the following, I am going to indicate differences between logistic regression and linear regression in several aspects. Figure: Comparison between linear regression and logistic regression First of all, the goals of the two regression models are distinct. Linear regression aims to determine the nest fit line that can accurately show the output of a continuous dependent variable, whereas logistic regression aims to predict a categorical dependent variable based on information from one or multiple explanatory variab...