RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

Julia Package Ecosystem
The Julia Package Ecosystem
EGA paso a paso
Códigos para correr analisis de grafos exploratorios en R usando EGAnet
Hierarchical Clustering with Julia
This tutorial provides a comprehensive introduction to hierarchical clustering in Julia. Experiment with different distance metrics and linkage methods to see how they affect the results. The dendrogram is an invaluable tool for understanding the hierarchical structure of your data. Remember to choose the method that best suits your data and the goals of your analysis.
Bicycle Analysis
It is analysis of a business task.
Bayesian Updating with Continuous Priors
reference notes
FInal pre
Unsupervised Learning - Association Project
Association in the movie dataset is examined
Final
Creating Kaplan-Meier Curves with Julia
This example provides a much more complete and practical demonstration of how to create and visualize Kaplan-Meier survival curves in Julia using the `SurvivalAnalysis` package.
Capstone
Cluster Analysis in Market Basket Data
This analysis applies K-means clustering and Principal Component Analysis (PCA) to retail transaction data to uncover purchasing patterns. After data cleaning and transformation, clusters of frequently purchased items were identified to optimize store layout, marketing strategies, and inventory management. The analysis highlights the journey from initial clustering attempts using the Elbow Method to refining results with the Silhouette Method, ultimately finding that two clusters provided the best segmentation. Visualizations and insights derived from the clustering process offer actionable strategies for retail optimization.