LabeljsGeeglm {jstable} | R Documentation |
LabeljsGeeglm: Apply label information to geeglm.display object using label data
Description
Apply label information to geeglm.display object using label data
Usage
LabeljsGeeglm(obj, ref)
Arguments
obj |
geeglm.display object |
ref |
Label data made by mk.lev function |
Details
DETAILS
Value
geeglm.display object with label information
Examples
library(geepack)
library(jstable)
data(dietox)
dietox$Cu <- as.factor(dietox$Cu)
gee01 <- geeglm(Weight ~ Time + Cu,
id = Pig, data = dietox,
family = gaussian, corstr = "ex"
)
g1 <- geeglm.display(gee01)
LabeljsGeeglm(g1, ref = mk.lev(dietox))
[Package jstable version 1.3.0 Index]