This function determines tiers for each position by applying Cohen's D effect size
set_tiers(data_tbl, d_threshold = NULL, src_points)
| data_tbl | An output from the projected_points function |
|---|---|
| d_threshold | THe thresholds to use when applying Cohens'd D function to determine the tiers. If omitted then the default_threshold will be used. |
| src_points | An output from the source_points function |