Learn R Programming

ClusterBootstrap (version 2.0.0)

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.

Author

Mathijs Deen

Examples

Run this code
if (FALSE) {
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