A large gaming-addiction dataset (~1% of the general population) collected by a YouTuber and former psychologist. The data is messy — many free-text responses were never formalized, and the core questionnaire was designed intuitively without scientific validation.
- Adolescents (13–17) and young adults (18–22) score higher on the questionnaire.
- Players who play more games per week score higher.
- Players with a high current ranking score higher.
- In the 18+ age groups, the relationship between games per week and engagement is stronger.
- Players can be clustered based on their attitudes toward the game.
- These clusters differ by age, engagement, hours played, and ranking.
- Compare frequentist and Bayesian approaches on the same dataset.
- Automate results formatting to APA standards.
tidyverse— data wrangling and pipelinespwr— power analysisemmeans— pairwise comparisonsrempsyc,broom,flextable,apaTables— APA-formatted outputpoLCA— latent class analysisez— frequentist ANOVABayesFactor— Bayesian ANOVA
- Data cleaning: missing values, outliers, impossible values, format normalization (
Game_addiction_prep) - Exploration: variable distributions, exploratory factor analysis, visualization (
Game_addiction_main) - Hypothesis testing: assumption checks, linear models, pairwise comparisons, visualization (
Game_addiction_main) - Post-hoc power analysis (
Game_addiction_main) - APA-formatted reporting (
Game_addiction_main) - Latent Class Analysis: converted items to 3-point scales, ran LCA to classify gaming attitudes (
Game_addiction_main) - Bayesian vs. frequentist comparison on secondary hypotheses (
Game_addiction_main)
- Hypotheses 1 & 2 confirmed: higher scores in adolescents/young adults and in heavy players.
- Hypotheses 3 & 4 not confirmed: ranking and age-moderated engagement effects were not significant.
- LCA produced interpretable clusters — the "aggressive teenager" stereotype has empirical backing.
- Bayesian and frequentist approaches converged on this large dataset, though Bayesian interpretation was more intuitive.