geeglm.display: geeglm.display

View source: R/gee.R

geeglm.displayR Documentation

geeglm.display

Description

Make gee results from "geeglm" object

Usage

geeglm.display(
  geeglm.obj,
  decimal = 2,
  pcut.univariate = NULL,
  data_for_univariate = NULL
)

Arguments

geeglm.obj

"geeglm" object

decimal

Decimal, Default: 2

pcut.univariate

pcut.univariate, Default: NULL

data_for_univariate

data for univariate model, Default: NULL

Details

DETAILS

Value

List: caption, main table, metrics table

See Also

data.table-package complete.cases

Examples

library(geepack)
data(dietox)
dietox$Cu <- as.factor(dietox$Cu)
gee01 <- geeglm(Weight ~ Time + Cu,
  id = Pig, data = dietox,
  family = gaussian, corstr = "ex"
)
geeglm.display(gee01)

jstable documentation built on Aug. 21, 2025, 5:50 p.m.