set_vor: Calculate VOR

View source: R/to_be_deprecated.R

set_vorR Documentation

Calculate VOR

Description

This function calculates the VOR based on an output from the projected_points and if floor or ceiling VOR is requested with floor and ceiling added from the confidence_interval function

Usage

set_vor(
  points_table,
  vor_baseline = NULL,
  vor_var = c("points", "floor", "ceiling")
)

Arguments

points_table

An output from the projected_points function and merged with output from the the projected_points function and merged if floor or ceiling vor is requested

vor_baseline

The VOR Baseline to be used. If omitted then the default_baseline will be used

vor_var

One of c("points", "floor", "ceiling") indicating which basis is used for the vor calculation


FantasyFootballAnalytics/ffanalytics documentation built on April 6, 2024, 6:56 p.m.