Description Usage Arguments Examples
non_overlapping_sample take a sample with non overlapping elements for the same id (i.e. client id) according to a window of days.
1 | non_overlapping_sample(tbla, date_field, id_field, window_days)
|
tbla |
table with data. It has to have the date field and the id field (could be client id). |
date_field |
name of the date field used to create the window of days. |
id_field |
name of the id (client id). |
window_days |
number of days that are going to be in each side of the selected date in the sample. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.