Obtain coverage status from a result folder
get_coverage(DIR_NPLCM, truth)
DIR_NPLCM
: Path to where Bayesian results are storedtruth
: True etiologic fraction vector (must sum to 1) used to generate data.A logic vector of length as truth
. 1 for covered; 0 for not.
Useful links