From 3c0113115cdb635198041ca867169bbf60bffa61 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 14 Oct 2025 11:41:19 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20sections=20pour=20la=20visualisati?= =?UTF-8?q?on=20des=20donn=C3=A9es=20et=20RShiny=20dans=20le=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68ee6e0..27011d2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The projects are organized into two main sections: - `Statistical Learning` - `M2` + - `Data Visualisation` - `Linear Models` - `Machine Learning` - `Risks Management` @@ -50,4 +51,5 @@ The projects are organized into two main sections: - [RMarkdown](https://rmarkdown.rstudio.com): A dynamic tool for combining code, results, and narrative into high-quality documents and presentations. - [FactoMineR](https://factominer.free.fr/): An R package focused on multivariate exploratory data analysis (e.g., PCA, MCA, CA). - [ggplot2](https://ggplot2.tidyverse.org): A grammar-based graphics package for creating complex and elegant visualizations in R. +- [RShiny](https://shiny.rstudio.com): A web application framework for building interactive web apps directly from R. - and my 🧠.