BOOTmodel {AlphaBeta}R Documentation

Bootstrap analysis with the best model

Description

Bootstrap analysis with the best model

Usage

BOOTmodel(pedigree.data, Nboot, out.dir, out.name)

Arguments

pedigree.data

pedigree data.

Nboot

number of boot.

out.dir

output directory.

out.name

output file name.

Value

bootstrap result.

Examples

## Get some toy data
inFile <- system.file("extdata/models/","CG_global_estimates_ABneutral.Rdata", package="AlphaBeta")
Nboot <- 4
out.dir <- paste0( getwd(),"/")
out.name <-"Boot_CG_global_estimates_ABneutral"
Bout <- BOOTmodel(pedigree.data=inFile,
                Nboot=Nboot,
                out.dir=out.dir,
                out.name=out.name)
summary(Bout)

[Package AlphaBeta version 1.0.0 Index]