Publications by Salifou Sylla

Document

21.06.2020

#WEB SCRAPING LAB ASSIGNMENT # install.packages('rvest') # Loading the rvest package library('rvest') ## Loading required package: xml2 library(tidyverse) ## -- Attaching packages -------------------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.1 v purrr 0.3.4 ## v tibble 3.0.1 ...

8 sym R (17546 sym/78 pcs) 3 img

Week1Homework

15.06.2020

# Load in the Dataset. ## The airquality dataset has been pre-loaded ## install.packages("tidyverse") library(tidyverse) ## -- Attaching packages -------------------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.1 v purrr 0.3.4 ## v tibble 3.0.1 v dplyr 1.0.0 ## v tidyr 1.1....

13 sym R (6245 sym/28 pcs) 8 img

Document

11.07.2020

GERMAN CREDIT RISK Credit risk Credit Risk is the probable risk of loss resulting from a borrower’s failure to repay a loan or meet contractual obligations. If a company offers credit to its client,then there is a risk that its clients may not pay their invoices. Types of Credit Risk Good Risk: An investment that one believes is likely to be ...

7299 sym R (12457 sym/118 pcs) 5 img

Document

08.07.2020

#Load the tmap, tmaptools, and leaflet packages into your working session: library(tmap) ## Warning: package 'tmap' was built under R version 4.0.2 library(tmaptools) ## Warning: package 'tmaptools' was built under R version 4.0.2 library(leaflet) ## Warning: package 'leaflet' was built under R version 4.0.2 library(sf) ## Warning: package 'sf' w...

1791 sym R (92737 sym/86 pcs) 7 img

Document

02.07.2020

MIDTERM PROJECT Economic Growth and Life Expectancy – Do Wealthier Countries Live Longer? Both plot_ly() and ggplotly() support key frame animations through the frame argument/aesthetic. They also support an ids argument/aesthetic to ensure smooth transitions between objects with the same id (which helps facilitate object constancy). # install...

1182 sym R (6065 sym/42 pcs)

Document

29.06.2020

Load the libraries # install.packages("tidyverse") # install.packages("zoo") library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.0.2 ## -- Attaching packages -------------------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.1 v purrr 0.3.4 ## v tibble 3.0.1 ...

11746 sym R (20959 sym/100 pcs) 7 img

Publish Document

02.07.2020

MIDTERM PROJECT Economic Growth and Life Expectancy – Do Wealthier Countries Live Longer? By choosing Life Expectancy and GDP per capita as variables, I try to find out if the increase in life expectancy is a key indicator to gauge the economic development of a country. LOAD THE LIBRARIES AND THE DATA gapminder: Data from Gapminder An excerp...

2157 sym R (5772 sym/41 pcs)

Document

06.07.2020

#GRAPH2 ## Load the libraries # install.packages("tidyverse") library(readr) library(ggplot2) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union #Load and p...

427 sym R (1257 sym/11 pcs) 1 img

Publish Document

08.07.2020

Load the tmap, tmaptools, and leaflet packages into your working session: library(tmap) ## Warning: package 'tmap' was built under R version 4.0.2 library(tmaptools) ## Warning: package 'tmaptools' was built under R version 4.0.2 library(leaflet) ## Warning: package 'leaflet' was built under R version 4.0.2 library(sf) ## Warning: package 'sf' wa...

1801 sym R (92737 sym/86 pcs) 7 img

Document

06.07.2020

GRAPH1 Load the libraries # install.packages("tidyverse") library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyverse) ## Warning: pa...

428 sym R (3135 sym/36 pcs) 1 img