overtime {unitedR} | R Documentation |
Computing overtime results
Description
Computes the final overtime outcome.
Usage
overtime(chancesHome, chancesAway, probGoalHome, probGoalAway)
Arguments
chancesHome |
goalscoring chances of home team |
chancesAway |
goalscoring chances of away team |
probGoalHome |
probability of scoring a goal for home team |
probGoalAway |
probability of scoring a goal for away team |
Value
list
with probabilities of final outcome.
[Package unitedR version 0.4 Index]