Description Usage Arguments Value Examples
Look for the presence of disease over a period that follows a given time point.
1 | any_disease(x, n = 1)
|
x |
A boolean vector informing about the presence or absence of disease at a given point in time. This implies that this vector is considered to be chronologically ordered, the most recent observations being first. |
n |
A integer scalar telling the number of time points after the current one to look for for defining the period of time over which we want to look for presence of disease. |
A boolean of vector of the same length as x, the n final values of which are NA.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.