Description Usage Arguments Value Author(s)
Trims deployment start and end periods of spurious data via changepoint estimation
1 | trim(d, hang = 0.95, gap = 0.98)
|
d |
track data that has already been |
hang |
quantile of date range above which data gaps should be examined for potential discarding |
gap |
quantile of gap size (time difference) above which data beyond the hang-th quantile should be flagged for discard. |
A tbl_df grouped by individual id is returned.
Ian Jonsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.