coef.clusbootglm: Obtain coefficients from cluster bootstrap object

Description Usage Arguments Author(s) Examples

View source: R/clusbootglm_s3_methods.R

Description

Returns the coefficients of an object of class clusbootglm.

Usage

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

Arguments

object

object of class clusbootglm.

estimate.type

type of coefficient (bootstrap or GLM).

...

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)
coef(cbglm.1, estimate.type="bootstrap")
## End(Not run)

ClusterBootstrap documentation built on Feb. 16, 2021, 5:06 p.m.