Learn R Programming

hierfstat (version 0.5-11)

boot.ppfis: 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

Examples

Run this code
# 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