Learn R Programming

ClusterBootstrap (version 1.1.2)

clusbootsample: 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 clusbootglm, created with the clusbootglm function.

samplenr

sample number for which the data frame should be returned.

Examples

Run this code
# NOT RUN {
data(opposites)
cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject)
clusbootsample(cbglm.1, samplenr=1)
# }

Run the code above in your browser using DataLab