bootcurve {gee4} | R Documentation |
Plot fitted curves and corresponding 95% confidence interval using bootstrapping method.
bootcurve(object, nboot)
object |
a fitted joint mean covariance model of class "geerMod", i.e., typically the result of geer(). |
nboot |
number of the bootstrap replications. |
## 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)