As this is the final step, the function
diff --git a/articles/nflsim.html b/articles/nflsim.html
index fdd6beb..de0f4ac 100644
--- a/articles/nflsim.html
+++ b/articles/nflsim.html
@@ -17,8 +17,8 @@
-
-
+
+
@@ -101,6 +101,8 @@
Running a Simulation
library(nflseedR)
+#> Error in get(paste0(generic, ".", class), envir = get_method_env()) :
+#> object 'type_sum.accel' not foundlibrary(dplyr, warn.conflicts =FALSE)options(digits =3)
Note: For this guide, we’ll set an initial random seed of
@@ -117,11 +119,11 @@
+#> ℹ 14:58:33 | Loading games data
+#> ℹ 14:58:34 | Beginning simulation of 100 seasons in 1 round
+#> ℹ 14:58:47 | Combining simulation data
+#> ℹ 14:58:47 | Aggregating across simulations
+#> ℹ 14:58:47 | DONE!
The output contains a lot of pre-aggregated information, as well as
the individual results from each game of each simulation. For example,
let’s look at the overall results for the Bears:
Passing Data in from One Week
fresh_season =TRUE, test_week =3)
-#> ℹ 11:49:00 | Loading games data
-#> ℹ 11:49:00 | Beginning simulation of 1000 seasons in 1 round
-#> ℹ 11:49:01 | Aborting and returning your `process_games` function's results
+#> ℹ 14:59:12 | Loading games data
+#> ℹ 14:59:12 | Beginning simulation of 1000 seasons in 1 round
+#> ℹ 14:59:13 | Aborting and returning your `process_games` function's results#> from Week 3
Let’s look at the Bears’ Elo after Week 3 in the top handful of
simulations:
@@ -1889,7 +1891,7 @@
Passing Data in from One Week
filter(sim==1)%>%filter(away_team=="CHI"|home_team=="CHI")#> ── nflverse games and schedules ────────────────────────────────────────────────
-#> ℹ Data updated: 2024-10-15 11:49:00 UTC
+#> ℹ Data updated: 2024-12-23 14:59:12 UTC#> # A tibble: 16 × 9#> sim game_type week away_team home_team away_rest home_rest location result#> <dbl><chr><int><chr><chr><int><int><chr><int>
diff --git a/articles/tiebreaker.html b/articles/tiebreaker.html
index 0adaaa8..ba06aef 100644
--- a/articles/tiebreaker.html
+++ b/articles/tiebreaker.html
@@ -17,8 +17,8 @@
-
-
+
+
@@ -139,10 +139,11 @@
Two ClubsOther Tie-Breaking Procedures)
+among conference teams in points scored and points allowed in all
+games.
+
Best combined ranking (see Other Tie-Breaking Procedures)
+among all teams in points scored and points allowed in all games.
Best net points in common games.
Best net points in all games.
Best net touchdowns in all games.
@@ -166,10 +167,11 @@
Three or More ClubsOther Tie-Breaking Procedures)
+among conference teams in points scored and points allowed in all
+games.
+
Best combined ranking (see Other Tie-Breaking Procedures)
+among all teams in points scored and points allowed in all games.
Best net points in common games.
Best net points in all games.
Best net touchdowns in all games.
@@ -214,10 +216,11 @@
Two ClubsOther Tie-Breaking Procedures)
+among conference teams in points scored and points allowed in all
+games.
+
Best combined ranking (see Other Tie-Breaking Procedures)
+among all teams in points scored and points allowed in all games.
Best net points in conference games.
Best net points in all games.
Best net touchdowns in all games.
@@ -252,10 +255,11 @@
Three or More ClubsOther Tie-Breaking Procedures)
+among conference teams in points scored and points allowed in all
+games.
+
Best combined ranking (see Other Tie-Breaking Procedures)
+among all teams in points scored and points allowed in all games.