Description Usage Arguments Details Value Examples
Apply label information to geeglm.display object using label data
1 | LabeljsGeeglm(obj, ref)
|
obj |
geeglm.display object |
ref |
Label data made by mk.lev function |
DETAILS
geeglm.display object with label information
1 2 3 4 5 6 7 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.