Description Usage Arguments Value
Computes the length, values, start, and end, of runs of equal values in a DREAM dataset.
1 |
data |
A |
row |
An integer valued row number (1 to |
period |
A character vector of DREAM weeks (e.g. c("y_1701","y_1702","y_1703",...)). If |
A list with components:
lengths An integer vector containing the length of each run.
values A integer vector of same length as lengths with the corresponding values.
start A character vector of same length as lengths with start weeks. NA imply that the run start prior to first week in period.
end A character vector of same length as lengths with end weeks. NA imply that the run end after last week in period.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.