get_coverage {baker} | R Documentation |
Obtain coverage status from a result folder
Description
Obtain coverage status from a result folder
Usage
get_coverage(DIR_NPLCM, truth)
Arguments
DIR_NPLCM |
Path to where Bayesian results are stored |
truth |
True etiologic fraction vector (must sum to 1) used to generate data. |
Value
A logic vector of length as truth
. 1 for covered; 0 for not.
[Package baker version 1.0.3 Index]