BOOTmodel | R Documentation |
Bootstrap analysis with the best model
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.
## 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.