average_posterior_prob_list {cophescan} | R Documentation |
Average of posterior probabilities: Hn, Ha and Hc from list (memory intensive)
Description
Average of posterior probabilities: Hn, Ha and Hc from list (memory intensive)
Usage
average_posterior_prob_list(
params,
lbf_mat,
nsnps,
covar_vec,
nits,
thin,
covar = FALSE
)
Arguments
params |
Vector of parameters: |
lbf_mat |
matrix of log bayes factors: lBF.Ha and lBF.Hc |
nsnps |
number of snps |
covar_vec |
Vector of the covariate |
nits |
Number of iterations run in mcmc |
thin |
thinning |
covar |
logical: was the covariate inflormation used? default: False |
Value
matrix with average of all the posterior probabilities: Hn, Ha and Hc
[Package cophescan version 1.4.1 Index]