Description Usage Arguments Details Value
Function calculates probability of disease (PoD) for given titers according to a PoD curve.
1 |
titer |
numeric vector: vector of subject level titers |
pmax |
numeric: maximum PoD |
et50 |
numeric: titer value corresponding to pmax/2 value, PoD(et50) = pmax/2 |
slope |
numeric: slope of the PoD curve |
adjustTiters |
boolean: set to TRUE if titer values should be adjusted, for details see |
adjustFrom |
numeric: value specifying the detection limit, all values below the detection limit will be adjusted to adjustTo value |
adjustTo |
numeric: value to which titers below the detection limit will be adjusted |
See PoD
function for more details. These two functions are equivalent. Usage of cppPoD significantly improves the computation speed over the PoD
function.
vector of PoDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.