powered by
Performs bootstrapping over loci of population's Fis
boot.ppfis(dat=dat,nboot=100,quant=c(0.025,0.975),diploid=TRUE,dig=4,...)
a genetic data frame
number of bootstraps
quantiles
whether diploid data
digits to print
further arguments to pass to the function
function call
Bootstrap ci of Fis per population
# NOT RUN { dat<-sim.genot(nbpop=4,nbloc=20,nbal=10,f=c(0,0.2,0.4,0.6)) boot.ppfis(dat) # }
Run the code above in your browser using DataLab