Tagged Questions
3
votes
1answer
354 views
How to validate & diagnose a gamma GLM in R?
I am fitting a generalized linear model in R with the log link and I need to validate and diagnose my model. I have never worked with the GLM in the past.
Is there an article or any references I ...
6
votes
2answers
2k views
Interpreting residual diagnostic plots for glm models?
I am looking for guidelines on how to interpret residual plots of glm models. Especially poisson, negative binomial, binomial models. What can we expect from these plots when the models are ...
2
votes
1answer
184 views
Logistic regression and complementary log log model
is there like a diagnostic checking(like those in the time series) done for logistic regression and complementary loglog model?
3
votes
1answer
815 views
Explanation of R diagnostic plot for logistic regression
I'm hoping someone can explain this bit of R code for me related to glm(). I don't understand the diagnostic plot that has been suggested. It seems a more ...