compute_QmatfromF2samples {poolfstat} | R Documentation |
compute_QmatfromF2samples
Description
Compute the Qmat matrix (error covariance between all F2 and F3 measures) from F2 block-jackknife estimates
Usage
.compute_QmatfromF2samples(blockF2, npops, verbose)
Arguments
blockF2 |
Numeric Matrix with nF2=(npop*(npop-1))/2 rows and nblocks columns matrix containing pairwise-pop F2 estimates for each block-jackknife sample (l.o.o.) |
npops |
Integer giving the number of populations |
verbose |
Logical (if TRUE progression bar is printed on the terminal) |
Details
Compute the error covariance matrix Qmat (between all F2 and F3 measures) from F2 block-jackknife estimates (by recomuting all F3 for all blocks)
Value
Return the (nF2+nF3)*(nF2+nF3) error covariance (symmetric) matrix
Examples
#
[Package poolfstat version 2.2.0 Index]