Learn R Programming

HierDpart (version 1.5.0)

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

Description

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

Usage

print_boot_ppDeltaD(x, ...)

Arguments

x

boot.ppDeltaD object

Value

value

print the confidence interval of the pairwise allelic differentiation

Details

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

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab