print.boot.ppDeltaD: Print the bootstrapping result for pairwise allelic...

Description Usage Arguments Details Value Examples

Description

Print the confidence interval of pairwise allelic differentiation (Delta D)

Usage

1

Arguments

x

boot.ppDeltaD object

...

Details

Print the bootstrapping result for pairwise allelic differentiation (Delta D)

Value

value

print the confidence interval of the pairwise allelic differentiation

Examples

1
2
3
4
f <- system.file('extdata',package='HierDpart')
infile <- file.path(f, "Island.gen")
boottest=boot.ppDeltaD(infile, ncode=3, nboot=999, quant = c(0.025, 0.975), diploid = TRUE)
print_boot_ppDeltaD(boottest)

HierDpart documentation built on March 31, 2021, 5:09 p.m.