powered by
Performs bootstrapping over loci of pairwise Fst
boot.ppfst(dat=dat,nboot=100,quant=c(0.025,0.975),diploid=TRUE,...)
a genetic data frame
number of bootstraps
the quantiles for bootstrapped ci
whether data are from diploid organisms
further arguments to pass to the function
call to the function
lower limit ci
upper limit ci
for each pair of population, the variance components per locus
# NOT RUN { data(gtrunchier) x<-boot.ppfst(gtrunchier[,-2]) x$ll x$ul # }
Run the code above in your browser using DataLab