FtestRSS: Comparison of different models and selection of best model

View source: R/FtestRSS.R

FtestRSSR Documentation

Comparison of different models and selection of best model

Description

Comparison of different models and selection of best model

Usage

FtestRSS(pedigree.select, pedigree.null)

Arguments

pedigree.select

pedigree model.

pedigree.null

ABnull pedigree.

Value

result of Ftest.

Examples

## 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)

jlab-code/AlphaBeta documentation built on April 23, 2022, 11:02 a.m.