Easy web publishing from R
Write
R Markdown
documents in RStudio.
Share them here on RPubs.
(It’s free, and couldn’t be simpler!)
Get Started
Recently Published
PRG 6
write an R script to construct a box plot showcasing the distribution of a continuous variable,grouped by a categorical variable, using ggplot2’s fill aesthetic
PRG5
Implement an R program to create a histogram illustrating the distribution of a continuous variable, with overlays of density curves for each group, using ggplot2
Plots test
Just a test
The final documents should include more details
Video Game Sales Data Dive: Generalized Linear Models
Data sourced from Kaggle: https://www.kaggle.com/datasets/ulrikthygepedersen/video-games-sales
Daily Facebook Political Ad Spending
As of April 5, 2025
prg4
Develop a script in R to produce a bar gragh displaying the freuency distibution of categorical data in a given dataset, grouped by a specific variable,using ggplot2.