Publications by Hilina Kibrom

Airquality HW - Hilina Kibrom

14.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 ✔ pu...

2272 sym R (4246 sym/29 pcs) 8 img

Hate Crimes in NY (2010-2016) - HK

21.09.2022

Load Data 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...

2997 sym R (28403 sym/47 pcs) 4 img

Weekend and Weekday Smoking Habit in the UK

19.10.2022

In Project 1, I took a look at a dataset on smoking habits in the UK. This dataset, sourced from National STEM Centre, Large Datasets from stats4schools, is based on survey responses of 1,691 individuals in the UK. The purpose of the data is to look at smoking trends and habits. It includes twelve variables and the categories are as follows: gen...

5382 sym R (59445 sym/32 pcs) 13 img

Webscraping - iMDB

02.11.2022

Install necessary packages for this assignment #install.packages('rvest') #install.packages("plotly") library('rvest') library('tidyverse') ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0...

1270 sym R (14096 sym/80 pcs) 4 img

Project 2 - LGHC Depression Prevalence in Adults. 2012-2018

16.11.2022

In this project, I will be looking at depression incidents in adults in California from 2012-2018. This data was collected via a telephone health survey conducted by California Behavioral Risk Factor Surveillance Survey (BRFSS) and surveyees were asked whether a health professional has ever diagnosed them of a depressive disorder (including depre...

2203 sym R (9071 sym/30 pcs) 1 img

Project # 3

14.12.2022

Introduction In this project, I will continue looking at depression prevalence in adults in California from 2012-2018. This data was collected via a telephone health survey conducted by California Behavioral Risk Factor Surveillance Survey (BRFSS) and surveyees were asked “Has a doctor, nurse or other health professional EVER told you that you...

1353 sym R (9399 sym/29 pcs) 2 img