FtestRSS | R Documentation |
Comparison of different models and selection of best model
FtestRSS(pedigree.select, pedigree.null)
pedigree.select |
pedigree model. |
pedigree.null |
ABnull pedigree. |
result of Ftest.
## 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.