clusbootsample: Return data for specified bootstrap sample

Description Usage Arguments Author(s) Examples

View source: R/additional_exports.R

Description

Returns the full data frame for a specified bootstrap sample in a clusbootglm object.

Usage

1
clusbootsample(object, samplenr)

Arguments

object

object of class clusbootglm, created with the clusbootglm function.

samplenr

sample number for which the data frame should be returned.

Author(s)

Mark de Rooij, Mathijs Deen

Examples

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

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