boot.ppfis {hierfstat} | R Documentation |
Performs bootstrapping over loci of population's Fis
Description
Performs bootstrapping over loci of population's Fis
Usage
boot.ppfis(dat=dat,nboot=100,quant=c(0.025,0.975),diploid=TRUE,dig=4,...)
Arguments
dat |
a genetic data frame |
nboot |
number of bootstraps |
quant |
quantiles |
diploid |
whether diploid data |
dig |
digits to print |
... |
further arguments to pass to the function |
Value
call |
function call |
fis.ci |
Bootstrap ci of Fis per population |
Author(s)
Jerome Goudet jerome.goudet@unil.ch
Examples
dat<-sim.genot(nbpop=4,nbloc=20,nbal=10,f=c(0,0.2,0.4,0.6))
boot.ppfis(dat)
[Package hierfstat version 0.5-11 Index]