fittedcurve: Plot Fitted Curves for One or More geerMod Objects

Description Usage Arguments Examples

View source: R/utilities.R

Description

Plot fitted curves and corresponding 95% confidence interval for one or more geerMod objects

Usage

1
fittedcurve(object, text = "fitted curve", ..., include.CI = FALSE)

Arguments

object

a fitted joint GEE-MCD/WGEE-MCD model of class "geerMod", i.e., typically the result of geer().

text

some corresponding descriptions for the objects.

...

additional pairs of 'object' and 'text'

include.CI

whether or not 95 for the first object should be plotted.

Examples

1
2
3
fitgee.ar1 <- geer(cd4|id|time ~ 1|1, data = aids, triple =
  c(6,3,3), method = 'gee-mcd', corr.struct = 'ar1', rho = 0.5)
fittedcurve(fitgee.ar1, text = "GEE-MCD fitted curve", include.CI = TRUE)

gee4 documentation built on May 2, 2019, 10:14 a.m.