ci.means: This calculates the average confidence intervals from...

Description Usage Arguments Value Examples

Description

This calculates the mean upper and lower confidence intervals from a list of bootstrap CI matrices.

Usage

1
ci.means(boot.out.list)

Arguments

boot.out.list

A list of matrices. Each matrix is the CIs from fst.boot (boot.out[[3]]).

Value

avg.cil

A list of the average lower CI values

avg.ciu

A list of the average upper CI values

Examples

1
2
3
4
5
6
7
8
  
  ## Not run: 
    gfile<-system.file("extdata", "example.genepop.txt",package = 'fsthet')
    gpop<-my.read.genepop(gfile)
    quant.out<-fst.boot(gpop, bootstrap = FALSE)
    quant.list<-ci.means(quant.out[[3]])
  
## End(Not run)

fsthet documentation built on May 2, 2019, 7:55 a.m.