Appendix: R code model = glm(Underweight ~ MomAge*CigsPerDay + Boy*CigsPerDay, data = x,family=binomial(link='logit')) # Figure 1 library(lsmeans... R Downer,G Valley 被引量: 0发表: 2013年 A Generalized Linear Modeling Framework for Pairwise and Network Meta-analysis of Randomized Co...
For family(binomial) link(logit) (that is, logistic regression), exponentiation results are odds ratios; for family(nbinomial) link(log) (that is, negative binomial regression) and for family(poisson) link(log) (that is, Poisson regression), exponentiated coefficients are incidence-rate ratios....