Description Usage Arguments Details Value Examples
quantvar
produces weighted quantiles corresponding to a specified variable and frequency. View examples for details.
1 |
df |
A dataframe. |
freq |
A numeric value that specifies quantile frequency. Default is 10, i.e. decile. |
First column of dataframe must be weight variable, second must be sorting variable. Function provides best approximation on dataframes with greater than 10,000 observations.
A dataframe with summary statistics for each quantile frequency.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.