nfl_model_chances: Estimate model-chances of moneyline, point-spread, and o/u...

View source: R/estimateNFL.R

nfl_model_chancesR Documentation

Estimate model-chances of moneyline, point-spread, and o/u events

Description

Using a linear combination of Poisson RVs to model the points of a given team, independently, this function computes estimates of chances of moneyline, point-spread, and o/u events via Monte-Carlo averaging.

Usage

nfl_model_chances(tdat = NULL, n = 5 * 10^4)

Arguments

tdat

data returned from espn_nfl_line()

n

number of simulations

Value

list of model-estimated chances for outcomes in moneyline, point-spread, and o/u


shill1729/sportsbets documentation built on Dec. 27, 2022, 10:53 p.m.