game_summary
to the output of
simulate_nfl()
which aggregates matchups across all
simulated seasons (#24)load_sharpe_games()
(#24)simulate_nfl()
is now of class
nflseedR_simulation
which allows the implementation of a
summary()
method that computes a gt()
table of
the simulation summary data frame. (#26)compute_division_ranks()
now outputs losses and ties as
well. (#27)load_sharpe_games()
for CRAN testsAdded support for a fake schedule for simulating the upcoming season before the NFL has released the official schedule.
updated the documentation of the function
load_sharpe_games()
with the new columns
away_qb_id
, home_qb_id
,
away_qb_name
and home_qb_name
.