Description Usage Arguments Value Examples
Bootstrap analysis with the best model
1 | BOOTmodel(pedigree.data, Nboot, out.dir, out.name)
|
pedigree.data |
pedigree data. |
Nboot |
number of boot. |
out.dir |
output directory. |
out.name |
output file name. |
bootstrap result.
1 2 3 4 5 6 7 8 9 | ## Get some toy data
inFile <- system.file("extdata/models/","ABneutral_CG_global_estimates.Rdata", package="AlphaBeta")
Nboot <- 4
out.name <-"Boot_CG_global_estimates_ABneutral"
Bout <- BOOTmodel(pedigree.data=inFile,
Nboot=Nboot,
out.dir=getwd(),
out.name=out.name)
summary(Bout)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.