max_ecdf_dist: Generate the Cumulative Distribution for a given set of...

Description Usage Arguments Value Examples

View source: R/max_ecdf_dist.R

Description

Generate the Cumulative Distribution for a given set of values

Usage

1
max_ecdf_dist(df, group_var, feature_var, feature_string)

Arguments

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

Value

A tibble with the full cumulative distribution for the different values of the group_var.

Examples

1
## Not run: mac_ecdf_dist(df, outcome, key, "key")

BillPetti/bpettir documentation built on Feb. 15, 2022, 2:39 a.m.