geeExp: geeExp: transform the unit of coefficients (internal...

Description Usage Arguments Details Value Examples

View source: R/gee.R

Description

Transform the unit of coefficients to "Coeff", "OR" or "RR"

Usage

1
geeExp(gee.coef, family = "binomial", dec)

Arguments

gee.coef

geeUni object.

family

Family: "gaussian", "binomial", "poisson", "quasipoisson", etc..., Default: 'binomial'

dec

Decimal point

Details

DETAILS

Value

The transforemed coefficients(95

Examples

1
2
3
4
5
6
 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)

jstable documentation built on Oct. 19, 2021, 5:07 p.m.