Learn R Programming

ClusterBootstrap (version 1.1.2)

coef.clusbootglm: Obtain coefficients from cluster bootstrap object

Description

Returns the coefficients of an object of class clusbootglm.

Usage

# S3 method for clusbootglm
coef(object, estimate.type = "bootstrap", ...)

Arguments

object

object of class clusbootglm.

estimate.type

type of coefficient (bootstrap or GLM).

...

other arguments.

Examples

Run this code
# NOT RUN {
data(opposites)
cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject)
coef(cbglm.1, estimate.type="bootstrap")
# }

Run the code above in your browser using DataLab