powered by
Estimates bootstrap confidence intervals for pairwise betas FST estimates.
boot.ppbetas(dat=dat,nboot=100,quant=c(0.025,0.975),diploid=TRUE,digits=4)
A data frame containing population of origin as the first column and multi-locus genotypes in following columns
the number of bootstrap samples to draw
the limit of the confidence intervals
whether the data is from a diploid (default) or haploid organism
how many digits to print out
a matrix with upper limit of the bootstrap CI above the diagonal and lower limit below the diagonal
betas pairwise.betas
# NOT RUN { data(gtrunchier) boot.ppbetas(gtrunchier[,-2]) # }
Run the code above in your browser using DataLab