Trimming the Fat from glm() Models in R
Win-Vector Blog 2014-05-30
Summary:
One of the attractive aspects of logistic regression models (and linear models in general) is their compactness: the size of the model grows in the number of coefficients, not in the size of the training data. With R, though, glm models are not so concise; we noticed this to our dismay when we tried to […]