LabeljsGeeglm: LabeljsGeeglm: Apply label information to geeglm.display...

View source: R/label.R

LabeljsGeeglmR 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))

jstable documentation built on Nov. 26, 2023, 9:06 a.m.