This function calculates the projected points for each player based on the aggregated stats from the aggregate_stats function. The resulting table contains the projected points, the position rank and the points drop-off for each player.
projected_points(agg_stats, scoring_rules)
agg_stats | An output from the aggregate_stats function |
---|---|
scoring_rules | The scoring rules to be used. |