R/fis.cis.R

Defines functions fis.cis

fis.cis <- function(obj, nboot){
        res <- boot.ppfis(obj, nboot = nboot)
        res <- data.frame(sapply(res[[2]], c))
        return(res)
}
nikostourvas/PopGenUtils documentation built on April 23, 2022, 1:14 p.m.