An open API service indexing awesome lists of open source software.

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

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")) '''