Calculates population sensitivity (sep) and population specificity (spp)
assuming pooled sampling
and allowing for imperfect sensitivity and specificity of the pooled test
Usage
sep.pooled(r, k, pstar, pse, psp = 1)
Arguments
r
number of pools sampled (scalar or vector)
k
pool size (scalar or vector of same length as r)
pstar
design prevalence (scalar or vector of same length as r)
pse
pool-level sensitivity (scalar or vector of same length as r)
psp
pool-level specificity (scalar or vector of same length as r)
Value
list of 2 elements, vector of sep values and vector of spp
values