Description Usage Arguments Value
Given a data set, generate the quantiles, the cum_indices
, run the correlation,
and return a data.frame for plotting and diagnostics.
1 2 | run_cum_quantiles(x, n_quantile = 101, similarity = stats::cor,
cut_loc = "left")
|
x |
a two column data.frame |
n_quantile |
how many quantiles |
similarity |
what similarity function to use |
cut_loc |
which way to generate cut values on the data ("left", "right", "mid") |
data.frame with the values, the corresponding cut value, and which cumulative indices generated it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.