atp.ranking
Dataset and Weight Functions for Tennis Analysis
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Dataset and Weight Functions for Tennis Analysis
Basic Info
- Host: GitHub
- Owner: hannahbartmn
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 6.51 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
Citation
README.Rmd
---
output: github_document
---
```{r, results = 'hide', warning = FALSE, error = FALSE, message = FALSE, echo=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Installation
The package can be installed with:
```{r, eval=FALSE}
library(devtools)
install_github("hannahbartmn/ATP.ranking")
```
# Contents
Find out about the dataset and the weight functions with:
```{r, eval=FALSE}
help(package = "ATP.ranking")
```
# Dataset
The dataset can be accessed with:
```{r, eval=FALSE}
data("tennis_data")
```
# References
Kovalchik, S. (2019). deuce: Resources for Analysis of Professional Tennis Data. Last viewed: 31-07-2024. url: https://github.com/skoval/deuce.
Ley, C., T. Van de Wiele and H. Van Eetvelde (2019). 'Ranking soccer teams on basis of their current strength: A comparison of maximum likelihood approaches'. In: Statistical Modelling 19.1, pp. 55–73. doi: 10.1177/1471082X18817650.
Sackmann, J. (2024). ATP Tennis Rankings, Results, and Stats. Last viewed: 31-07-2024. url: https://github.com/JeffSackmann/tennis_atp.
Owner
- Login: hannahbartmn
- Kind: user
- Repositories: 2
- Profile: https://github.com/hannahbartmn
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this package, please cite it as below." authors: - family-names: "Bartmann" given-names: "Hannah" title: "ATP.ranking" subtitle: "Dataset and Weight Functions for Tennis Analysis" version: 0.1.0 date-released: 2025-01-10 url: "https://github.com/hannahbartmn/ATP.ranking"
GitHub Events
Total
- Delete event: 2
- Public event: 1
- Push event: 11
- Create event: 4
Last Year
- Delete event: 2
- Public event: 1
- Push event: 11
- Create event: 4
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends