Publications by Sheyla Daccarett

Airquality Assignment 2

13.09.2022

Load in the Dataset Because airquality is a pre-built dataset, we can write it to our data directory to store it for later use. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ ...

1313 sym R (3919 sym/28 pcs) 5 img

HateCrimes Project 2

20.09.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 �...

2345 sym R (22068 sym/45 pcs) 4 img

HateCrime Project 2

21.09.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 �...

2345 sym R (22068 sym/45 pcs) 4 img

HateCrime Project 2

21.09.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 �...

2775 sym R (22068 sym/45 pcs) 4 img

Project 5

02.10.2022

visualizing data Loading the packages and the data from flowingdata.com website #install.packages("treemap") #install.packages("RColorBrewer") library(treemap) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 �...

2490 sym R (9749 sym/47 pcs) 8 img 1 tbl

NYC FLIGHTS 13 PROJECT

05.10.2022

NYC Flights Homework Load the libraries and view the “flights” dataset library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr ...

1992 sym R (10558 sym/19 pcs) 1 img

Nations Dataset Project

09.10.2022

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

419 sym R (5899 sym/21 pcs) 2 img

Project1

18.10.2022

Introduction The purpose of this analysis is to examine the departure of employees from an organization by analyzing different variables (categorical and quantitative) and their interrelationship with employee attrition. Because employee attrition is a way of reducing the size of the staff without the meddling of the management and can create...

6502 sym R (23948 sym/47 pcs) 6 img 1 tbl

MnM Project

22.10.2022

Load Libary 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 ## ✔ r...

222 sym R (2986 sym/17 pcs)

DsLabs Project

26.10.2022

Introduction This data set is taken from the package DsLabs. us_contagious_disease is a dataset that is about some dreadful contiguous diseases for US States. It has 6 variables and 16065 observations Variable Summary • Variable Name and description • Disease: A factor containing disease names. • State: A factor containing state names. ...

2356 sym R (6167 sym/21 pcs)