Description Usage Arguments Details Value Examples
View source: R/quantile_match.R
Selects from list of vectors, items from each vector with same count and quantile distribution
1 | match_quantiles(list_of_values, n_quantiles = 20)
|
list_of_values |
list of sets of values. |
n_quantiles |
number of quantiles used for matching (default=20 but check details) |
Splits the smallest set values into n_quantiles as defined. For each quantile gets a similar sized sample of values within this quantile from each element in list_of_values.
list with 2 elements: indices for each element in list_of_values
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.