Blog
Enhancing Survival Analysis in R with Custom Functions
A step-by-step guide on how to steamline Survival Analysis in R with custom functions.
Generating Random City Names Based on Syllable Formation Rules
A step-by-step guide on how to generate random city names using syllable-based rules in R.
Daily Data Visualization with R: Jitter Plot
A detailed guide on using geom_jitter() to visualize BMI distributions across sex using data from the Spanish European Health Survey 2020.
Visualizing BMI Distributions Across Educational Levels with ggridges
A detailed guide on using ggridges to visualize BMI distributions across educational levels using data from the Spanish European Health Survey 2020.
Load Data from the National Health Survey Spain 2020
A step-by-step guide to loading, cleaning, and visualizing data from the National Health Survey Spain 2020 using R.
PokéRogue Random Team Selector in R
Automate Your Pokémon Team Creation with R.
Mastering Regular Expressions: Dealing with String Data in R, Part II
Solving R for Data Science (2ed) Exercises
Mastering Regular Expressions: Dealing with String Data in R, Part I
Solving R for Data Science (2ed) Exercises
How to Create an Alluvial Plot in R
How to draw an Alluvial Plot in R with example code.