Description Usage Arguments Value Examples
Comparison of different models and selection of best model
1 | FtestRSS(pedigree.select, pedigree.null)
|
pedigree.select |
pedigree model. |
pedigree.null |
ABnull pedigree. |
result of Ftest.
1 2 3 4 5 | ## Get some toy data
file1 <- system.file("extdata/models/","ABneutral_CG_global_estimates.Rdata", package="AlphaBeta")
file2 <- system.file("extdata/models/","ABnull_CG_global_estimates.Rdata", package="AlphaBeta")
out <- FtestRSS(pedigree.select=file1,
pedigree.null=file2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.