I was recently asked a question by my colleague: Can we use multiple LINEAR regression for a binary classification problem?
Will the regression model be equally good as a classification model or it is not advisable at all to use multiple regression for a classification problem.
The dependent variable(y) is 0 or 1 and the model used is multiple linear regression. Is it correct to do so?