FtestRSS: Comparison of different models and selection of best model

Description Usage Arguments Value Examples

View source: R/FtestRSS.R

Description

Comparison of different models and selection of best model

Usage

1
FtestRSS(pedigree.select, pedigree.null)

Arguments

pedigree.select

pedigree model.

pedigree.null

ABnull pedigree.

Value

result of Ftest.

Examples

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)

AlphaBeta documentation built on Nov. 8, 2020, 6:30 p.m.