cfbseedR 0.1.0
Initial release.
-
cfb_standings()computes overall and conference standings with a documented generic tiebreaker cascade (win pct, head-to-head, common opponents, SOV, SOS, point differential, coin flip) gated bytiebreaker_depth. -
cfb_playoff_seeds()implements 12-team College Football Playoff straight seeding (5 highest-ranked conference champions guaranteed). -
cfb_simulations()simulates seasons week by week with a pluggablecompute_resultsfunction and returns a classedcfbseedR_simulationlist with standings, games, and aggregated probabilities. -
cfbseedR_compute_results()is the default ELO-based results generator, a faithful adaptation ofnflseedR_compute_results(). -
cfb_games_from_schedule()mapscfbfastR::load_cfb_schedules()output to the engine games schema. -
simulations_verify_fct()verifies customcompute_resultsfunctions.
Adapted from nflseedR (MIT) by Sebastian Carl and Lee Sharpe.