bootcurve {gee4}R Documentation

Plot Fitted Curves and Corresponding Confidence Interval using bootstrapping method

Description

Plot fitted curves and corresponding 95% confidence interval using bootstrapping method.

Usage

bootcurve(object, nboot)

Arguments

object

a fitted joint mean covariance model of class "geerMod", i.e., typically the result of geer().

nboot

number of the bootstrap replications.

Examples

## Not run: 
# It may take hours for large bootstrap replications
fitgee.ar1 <- geer(cd4|id|time ~ 1|1, data = aids, triple = c(6,3,3),
  method = 'gee-mcd', corr.struct = 'ar1', rho = 0.5,
  control = geerControl(trace=TRUE))
bootcurve(fitgee.ar1, nboot = 1000)

## End(Not run)


[Package gee4 version 0.1.0.0 Index]