Learn R Programming

jstable (version 1.3.8)

geeglm.display: geeglm.display

Description

Make gee results from "geeglm" object

Usage

geeglm.display(geeglm.obj, decimal = 2)

Value

List: caption, main table, metrics table

Arguments

geeglm.obj

"geeglm" object

decimal

Decimal, Default: 2

Details

DETAILS

See Also

Examples

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

Run the code above in your browser using DataLab