thestats
thestats, a user-friendly R data package that is intended to make Turkish higher education statistics more accessible.
Science Score: 13.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
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Keywords
Repository
thestats, a user-friendly R data package that is intended to make Turkish higher education statistics more accessible.
Basic Info
Statistics
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md

thestats: An R package for exploring Turkish higher education statistics
thestats, a user-friendly R data package that is intended to make Turkish higher education statistics more accessible. The package provides researchers access to data scraped from the portal called YOKATLAS and by using it, researchers no longer have to spend additional time digging into the Turkish higher education statistics. It does not only help researchers to query the data but also provides ready-to-use aggregation possibilities. With this, the researchers can easily calculate some statistics on the level of cities and regions.
Installation
To install the package from the CRAN by using following code:
r
install.packages("thestats")
library(thestats)
To install the package from the github repo, devtools is required and the package can be installed by using following code:
r
devtools::install_github("analyticsresearchlab/thestats")
Usage
thestats provides three easy-to-use functions: list_uni(), list_dept(), and list_score(). In a nutshell, list_uni() function helps to query universities in cities or regions specified by the user. Moreover, the function allows calculating aggregations such as the number of universities per year in cities or regions specified by the user. The function has four arguments: region_names, city_names, aggregation and lang.
- region_names argument is to pass names of the regions shown in Table 2.
- city_names is for specifying city names, aggregation is to provide the universities in specific regions or cities.
- lang argument is to select English or Turkish as a language of returned results by the function. Let's assume that the user would like to query universities in Izmir, which is a city in the west part of Turkey:
r
list_uni(region_names = "all", city_names = "Izmir")
Following example can be used to get the number of universities per type (state or private) in Izmir and Mugla.
r
list_uni(region_names = "all",
city_names = c("Izmir", "Mugla"),
aggregation = "count_by_city")
listdept() function helps to query universities, departments in cities or regions. Moreover, it allows calculating aggregations such as the number of universities or the number of universities having specific departments per year in cities or regions specified. The function also has same arguments like `listuni()`. It allows users to query departments or universities per cities or regions. As shown in the following example, there is a possibility to get universities that have Statistics departments in Izmir and Mugla.
r
list_dept(region_names = "all",
city_names = c("Izmir", "Mugla"),
department_names = "Statistics")
list_score() function is for querying detailed statistics about universities at the level of departments, cities, regions. The function has an additional argument is var_ids allows users to specify the type of statistics they would like to see as described in Table 3. As shown in the following example, users can pass statistics they want to see to var_ids argument. In this example, X190 refers the number of assistant professors and X196 refers the number of incoming exchange students. Following the usage of the function, it will return these statistics for the universities which are located in Izmir and have the Statistics department.
r
list_score(region_names = "all",
city_names = "Izmir",
university_names = "all",
department_names = "Statistics",
var_ids = c("X190", "X196"))
Citation
If you use thestats, please cite it:
@article{,
title = {thestats: An Open-Data R Package for Exploring Turkish Higher Education Statistics},
author = {Mustafa Cavus and Olgun Aydin},
year = {2023},
journal = {Yükseköğretim Dergisi},
volume = {13},
number = {1},
pages = {1--7},
doi = {10.2399/yod.23.1167895},
url = {https://dergipark.org.tr/en/pub/yuksekogretim/issue/77238/1167895}
}
Contact
For any questions and feedback, please dont hesitate to contact us via following e-mail adresses: - olgun.aydin@pg.edu.pl - mustafacavus@eskisehir.edu.tr
Owner
- Name: Analytics Research Lab
- Login: analyticsresearchlab
- Kind: user
- Repositories: 1
- Profile: https://github.com/analyticsresearchlab
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mustafa CAVUS | 4****s | 61 |
| Olgun AYDIN | o****n@g****m | 28 |
| Analytics Research Lab | 7****b | 9 |
| Erdi Dasdemir | 8****b | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 34 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- 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
Pull Request Authors
- edasdemirlab (1)
- mcavs (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 125 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: thestats
R Package for Exploring Turkish Higher Education Statistics
- Homepage: https://github.com/analyticsresearchlab/thestats
- Documentation: http://cran.r-project.org/web/packages/thestats/thestats.pdf
- License: GPL-3
-
Latest release: 0.1.0
published over 4 years ago