boot.ppfis | R Documentation |
Performs bootstrapping over loci of population's Fis
boot.ppfis(dat=dat,nboot=100,quant=c(0.025,0.975),diploid=TRUE,dig=4,...)
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 |
call |
function call |
fis.ci |
Bootstrap ci of Fis per population |
Jerome Goudet jerome.goudet@unil.ch
dat<-sim.genot(nbpop=4,nbloc=20,nbal=10,f=c(0,0.2,0.4,0.6)) boot.ppfis(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.