fittedcurve {gee4} | R Documentation |
Plot fitted curves and corresponding 95% confidence interval for one or more geerMod objects
fittedcurve(object, text = "fitted curve", ..., include.CI = FALSE)
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. |
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)