summary.clusbootglm: Summarize output of cluster bootstrap GLM

Description Usage Arguments Author(s) Examples

View source: R/clusbootglm_s3_methods.R

Description

Returns the summary of an object of class clusbootglm.

Usage

1
2
## S3 method for class '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(s)

Mathijs Deen

Examples

1
2
3
4
5
## Not run: 
data(opposites)
cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject)
summary(cbglm.1, interval.type="percentile")
## End(Not run)

mathijsdeen/ClusterBootstrap documentation built on Feb. 18, 2021, 4:33 a.m.