Recently Published
Censis analysis
Code for Substack post
bar graph
This R script creates a stacked bar graph using the `diamonds` dataset to show the proportion of diamond colors within each cut category, with a blue color palette applied. The plot is then displayed with minimal theming and labeled axes.
Assignment 1
Sample
time series plot
This R script defines a function to plot a time series trend of a specified value by group using ggplot2, then uses it to visualize unemployment data over time by year from the `economics` dataset.
R para iniciantes
Apostila de R para iniciantes.
duckdb for R users
Draft Material for a presentation on {duckdb} for R Users
Diabetes Patient Classification Using Naive Bayes, Decision Tree, and Random Forest Model
LBB Classification II
Diabetes Patient Classification Using Naive Bayes, Decision Tree, and Random Forest Model