Hi all,
Quick question regarding logistic regression in R. I would like to be able to run a model in "Blocks" (a la SPSS) to see the improvement in fit as I add variables, but I can't seem to find an article explaining how. With linear regression you can make multiple linear models and then compare them with anova()
, but I'm wondering what the equivalent method is for logistic models...or if there's a package out there that will help