Description Usage Arguments Value Examples
View source: R/max_ecdf_dist.R
Generate the Cumulative Distribution for a given set of values
1 | max_ecdf_dist(df, group_var, feature_var, feature_string)
|
df |
A data frame |
group_var |
The variable that contains your two groups that you want to compare–think 1 vs. 0 |
feature_var |
The feature or variable whose values you are interested in exploring |
feature_string |
The quoted name of the feature_var |
A tibble with the full cumulative distribution for the different values of the group_var.
1 | ## Not run: mac_ecdf_dist(df, outcome, key, "key")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.