LabeljsGeeglm | R Documentation |
Apply label information to geeglm.display object using label data
LabeljsGeeglm(obj, ref)
obj |
geeglm.display object |
ref |
Label data made by mk.lev function |
DETAILS
geeglm.display object with label information
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.