Top "Glm" questions

For questions relating to generalized linear models.

Why is it inadvisable to get statistical summary information for regression coefficients from glmnet model?

I have a regression model with binary outcome. I fitted the model with glmnet and got the selected variables and …

r statistics regression glm glmnet
GLMER: Error: (maxstephalfit) PIRLS step-halvings failed to reduce deviance in pwrssUpdate

I am studying impact of various characteristics on court decission on specific offences. The dataset is pretty large (28928 observations with 86 …

r glm lme4
Why is caret train taking up so much memory?

When I train just using glm, everything works, and I don't even come close to exhausting memory. But when I …

r memory glm r-caret
Interpreting coefficient names in glmnet in R

I am using glmnet to predict probabilities based on a set of 5 features using the following code. I need the …

r machine-learning glm glmnet
cost function in cv.glm of boot library in R

I am trying to use the crossvalidation cv.glm function from the boot library in R to determine the number …

r glm cross-validation
Error while testing glm with gamma family

I'm currently working on toxicity of shellfish on six french bays in 10 years.. I created a proxy that represents the …

r glm gamma convergence
Fractional logit model in R

I would like to estimate covariate effects on a response whose values take on values in [0,1]. That is, the values …

r glm economics