expected_scores: Expected Scores

View source: R/expected_scores.R

expected_scoresR Documentation

Expected Scores

Description

This function calculates the expected scores for a given game.

Usage

expected_scores(home_line, total)

Arguments

home_line

Line for the home team (-6)

total

Total for the game (212)

Value

dataframe with expected home score and away score for the game

Examples

expected_scores(home_line = -6, total = 212)
expected_scores(home_line = -2.5, total = 51)
expected_scores(home_line = 10.5, total = 231)


papagorgio23/bettoR documentation built on May 24, 2023, 5:01 a.m.