compute_Q_bjmeans {poolfstat} | R Documentation |
compute_Q_bjmeans
Description
Compute the the block-jackknife mean of Q values
Usage
.compute_Q_bjmeans(snpQ, snp_bj_id, verbose)
Arguments
snpQ |
matrix of nsnp by nQ estimates of Q (e.g., Q1 or Q2) |
snp_bj_id |
integer vector of length nsnp giving the block index of each SNP |
verbose |
if TRUE progression bar is printed on the terminal |
Details
Compute the the block-jackknife mean of Q values
Value
Return a vector with the block-jackknife mean estimates for the nQ values
Examples
#
[Package poolfstat version 2.2.0 Index]