geeExp | R Documentation |
Transform the unit of coefficients to "Coeff", "OR" or "RR"
geeExp(gee.coef, family = "binomial", dec)
gee.coef |
geeUni object. |
family |
Family: "gaussian", "binomial", "poisson", "quasipoisson", etc..., Default: 'binomial' |
dec |
Decimal point |
DETAILS
The transforemed coefficients(95
library(geepack)
data(dietox)
dietox$Cu <- as.factor(dietox$Cu)
gee.uni <- geeUni("Weight", c("Time", "Cu"),
data = dietox, id.vec = dietox$Pig,
family = "gaussian", cor.type = "exchangeable"
)
gee.exp <- geeExp(gee.uni, "binomial", 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.