View source: R/expected_scores.R
expected_scores | R Documentation |
This function calculates the expected scores for a given game.
expected_scores(home_line, total)
home_line |
Line for the home team (-6) |
total |
Total for the game (212) |
dataframe with expected home score and away score for the game
expected_scores(home_line = -6, total = 212)
expected_scores(home_line = -2.5, total = 51)
expected_scores(home_line = 10.5, total = 231)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.