summary.clusbootglm {ClusterBootstrap} | R Documentation |
Summarize output of cluster bootstrap GLM
Description
Returns the summary of an object of class clusbootglm
.
Usage
## S3 method for class 'clusbootglm'
summary(object, estimate.type = "bootstrap", interval.type = "BCa", ...)
Arguments
object |
object of class |
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 |
... |
other arguments. |
Author(s)
Mathijs Deen
Examples
## Not run:
data(opposites)
cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject)
summary(cbglm.1, interval.type="percentile")
## End(Not run)
[Package ClusterBootstrap version 1.1.2 Index]