Description Usage Arguments Author(s) Examples
View source: R/additional_exports.R
Returns the full data frame for a specified bootstrap sample in a clusbootglm
object.
1 | clusbootsample(object, samplenr)
|
object |
object of class |
samplenr |
sample number for which the data frame should be returned. |
Mark de Rooij, Mathijs Deen
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.