powered by
Returns the full data frame for a specified bootstrap sample in a clusbootglm object.
clusbootglm
clusbootsample(object, samplenr)
object of class clusbootglm, created with the clusbootglm function.
sample number for which the data frame should be returned.
# 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