Learn R Programming

ClusterBootstrap (version 2.0.0)

summary.clusbootglm: Summarize output of cluster bootstrap GLM

Description

Returns the summary of an object of class clusbootglm.

Usage

# S3 method for clusbootglm
summary(object, estimate.type = "bootstrap", interval.type = "BCa", ...)

Arguments

object

object of class clusbootglm.

estimate.type

specify which type of estimate should be returned, either bootstrap means (default) or GLM estimates from model fitted on original data.

interval.type

which confidence interval should be used. Options are parametric, percentile, and BCa intervals.

...

other arguments.

Author

Mathijs Deen

Examples

Run this code
if (FALSE) {
data(opposites)
cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject)
summary(cbglm.1, interval.type="percentile")}

Run the code above in your browser using DataLab