Skip to main content

All Questions

0 votes
0 answers
43 views

How to report ANOVA results when comparing to negative binomial models?

I want to report the results of an ANOVA test used to compare two negative binomial models in R: anova(model1, model2, test = "Chi") I receive the ...
user avatar
3 votes
1 answer
2k views

reporting results of a multivariate logistic regression using the glm function in R

I would like to use the glm() function in R to run a multivariate logistic regression. I have also run bi-variate statistics for each variable but want a test that controls for all variables at once (...
B.Kenobi's user avatar
  • 143
2 votes
0 answers
17k views

How to report the results of a glm from R in a scientific paper

Say I have the following results from a glm (gaussian distribution) in R: ...
cgxytf's user avatar
  • 145
4 votes
3 answers
15k views

How to report negative binomial regression results from R

I have fit a negative binomial model in R, and would like to report the findings, but I'm unsure how (or if) I should convert the estimates to reportable coefficients. Here is my output: ...
MGy's user avatar
  • 305