clusbootsample {ClusterBootstrap} | R Documentation |
Return data for specified bootstrap sample
Description
Returns the full data frame for a specified bootstrap sample in a clusbootglm
object.
Usage
clusbootsample(object, samplenr)
Arguments
object |
object of class |
samplenr |
sample number for which the data frame should be returned. |
Author(s)
Mark de Rooij, Mathijs Deen
Examples
## Not run:
data(opposites)
cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject)
clusbootsample(cbglm.1, samplenr=1)
## End(Not run)
[Package ClusterBootstrap version 1.1.2 Index]