Solved – how to compare two logistic regression models

logisticregression

I have two logistic regression models, using the same data set and same dependent binary variable but with different sample sizes due to different IV's. How would I go about comparing the two models aside from using a classification matrix?

Best Answer

Don't just compare the classification matrices--compare the entire ROC curves.

Related Question