Publications by Jessica Diouf

This is my first markdown file

22.09.2022

This is the title of the document This is a subtitle Ths is text information R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that inc...

672 sym 1 img

Airquality Plots

22.09.2022

title: “Monthly Temperatures” author: “Jessica Diouf” date: “2022-09-22” output: library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ...

98 sym R (1923 sym/9 pcs) 4 img

Heatmaps and Treemaps, Streamgraphs and Alluvials

08.10.2022

#install.packages("treemap") #install.packages("RColorBrewer") library(treemap) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## ✔ tibble 3.1.8 ✔ dply...

59 sym R (9376 sym/43 pcs) 8 img 1 tbl

NYC Flights Departure Delays

09.10.2022

#install.packages("treemap") #install.packages("RColorBrewer") library(treemap) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## ✔ tibble 3.1.8 ✔ dply...

754 sym R (827 sym/5 pcs) 1 img

Nations Dataset

12.10.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.3 ...

16 sym R (2059 sym/11 pcs) 2 img

Alcohol Consumption and Math

21.10.2022

library(readr) Maths <- read_csv("~/Downloads/Maths.csv") ## Rows: 395 Columns: 33 ## ── Column specification ──────────────────────────────────────────────────────── ## Delimiter: "," ## chr (17): school, sex, address, famsize, Pst...

1201 sym R (7696 sym/30 pcs) 8 img

Hate Crimes

21.10.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.3 ...

1034 sym R (21619 sym/44 pcs) 4 img

Disease Democracy

25.10.2022

library(ggplot2) library(readr) disease_democ <- read_csv("~/Downloads/disease_democ.csv") ## Rows: 168 Columns: 4 ## ── Column specification ──────────────────────────────────────────────────────── ## Delimiter: "," ## chr (2): cou...

856 sym R (3562 sym/15 pcs) 2 img

Webscraping

02.11.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.3 ...

690 sym R (12873 sym/82 pcs) 2 img

Stroke Predictions

16.11.2022

For todays dataset, we are going to be looking at stroke predictions dataset based on certain aspects of patients such as gender (Male, Female, other), Age, hypertenion and heart disease ( 0 patient doesnt have any), Marital status (ever_married “yes” or “no”), work type, Residence (rural or urban), average glucose level in blood, body ma...

2414 sym R (6213 sym/34 pcs) 6 img