https://github.com/nathanasiou/boardgamegeek-analysis
BoardGameGeek Regression Analysis
https://github.com/nathanasiou/boardgamegeek-analysis
boardgames r regression-analysis
Last synced: 8 months ago
JSON representation
BoardGameGeek Regression Analysis
- Host: GitHub
- URL: https://github.com/nathanasiou/boardgamegeek-analysis
- Owner: nathanasiou
- Created: 2024-12-14T01:44:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T18:37:19.000Z (10 months ago)
- Last Synced: 2025-02-22T01:44:06.423Z (8 months ago)
- Topics: boardgames, r, regression-analysis
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BoardGameGeek Analysis
Regression analysis of board games data from https://www.kaggle.com/datasets/threnjen/board-games-database-from-boardgamegeek.## Project Objectives
Leverage the Boardgames Geek data set to identify relevant factors that impact the AvgRatings response - predicting-avgratings.Rmd.Identify the other most relevant characteristics of board games through the themes dataset to augment the analysis - predicting-avgratings-with-themes.Rmd.
## Installation
Install packages:
''' install.packages(c("tidyverse", "dplyr", "ggplot2", "sjPlot", "ggthemes")) '''