IC_OR_glm {packHV} | R Documentation |
Computes odd ratios and their confidence intervals for logistic regressions
IC_OR_glm(model, alpha = 0.05)
model |
a |
alpha |
type I error, 0.05 by default |
A matrix with the estimaed coefficients of the logistic model, their s.e., z-values, p-values, OR and CI of the OR
Hugo Varet
IC_OR_glm(glm(inherit~sex+age,data=cgd,family="binomial"))