Learn R Programming

jstable (version 1.3.8)

LabeljsGeeglm: 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)

Value

geeglm.display object with label information

Arguments

obj

geeglm.display object

ref

Label data made by mk.lev function

Details

DETAILS

Examples

Run this code
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))

Run the code above in your browser using DataLab