over_under_ols | R Documentation |
Use ols to estimate the total points scored in a game between tm1 and tm2
over_under_ols(design, tm1, tm2, a = 0.05, verbose = TRUE)
design |
Design object with information from a collection of games. This is a list that is the output of get_design() |
tm1 |
A substring of the name of the first team |
tm2 |
A substring of the name of the second team |
a |
The confidence level of the interval we estimate |
verbose |
Whether or not a lengthy readout of the estimate is desired |
design <- get_design(regssn2021)
over_under_ols(design, "Rams", "Bengals")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.