nflsimulator
An R Package for simulating NFL games using play-by-play data.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 3 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
An R Package for simulating NFL games using play-by-play data.
Basic Info
- Host: GitHub
- Owner: rtelmore
- License: other
- Language: R
- Default Branch: master
- Size: 21 MB
Statistics
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
NFLSimulatoR
Simulating plays and drives in the NFL using nflscrapR or nflfastR data.
<!-- badges: end -->
Website
The NFLSimulatoR package website is hosted at https://datacolorado.com/r/NFLSimulatoR.
Overview
The intent of NFLSimulatoR (version 0.1.0) is to enable the simulation of plays/drives and evaluate game-play strategies in the National Football League (NFL). Built-in strategies include going for it on fourth down and varying the proportion of passing/rushing plays during a drive. The user should be familiar with nflscrapR data before trying to write his/her own strategies. The package itself is inspired by a blog post by Mike Lopez, currently the Director of Data and Analytics at the NFL.
Getting Started
If you are just getting started with NFLSimulatoR, we recommend reading an upcoming paper related to use cases.
Installation Instructions
From CRAN (v0.3.0):
r
install.packages("NFLSimulatoR")
The latest developmental version from GitHub (v0.3.1):
r
install.packages("remotes")
remotes::install_github("rtelmore/NFLSimulatoR")
Resources
- Open an issue (GitHub issues for bug reports, feature requests, etc.)
Owner
- Name: Ryan Elmore
- Login: rtelmore
- Kind: user
- Location: Denver
- Website: http://www.datacolorado.com
- Repositories: 14
- Profile: https://github.com/rtelmore
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 181
- Total Committers: 3
- Avg Commits per committer: 60.333
- Development Distribution Score (DDS): 0.243
Top Committers
| Name | Commits | |
|---|---|---|
| Ryan Elmore | R****e@d****u | 137 |
| Ben | b****n@s****u | 42 |
| Will Palmquist | w****t@d****u | 2 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 3
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 3
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- williamsbenjamin (1)
- gheemony (1)
- WillPalmquist (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 290 last-month
- Total docker downloads: 41,971
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: NFLSimulatoR
Simulating Plays and Drives in the NFL
- Homepage: https://github.com/rtelmore/NFLSimulatoR/
- Documentation: http://cran.r-project.org/web/packages/NFLSimulatoR/NFLSimulatoR.pdf
- License: MIT + file LICENSE
-
Latest release: 0.4.0
published almost 4 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- data.table * imports
- nflfastR * imports
- progress * imports
- knitr * suggests
- rmarkdown * suggests