Authors
HTML Latest
03.05.2020
library(tidyverse) library(lubridate) #> #> Attaching package: 'lubridate' #> The following objects are masked from 'package:dplyr': #> #> intersect, setdiff, union #> The following objects are masked from 'package:base': #> #>...
61 sym R (6888 sym/3 pcs) 3 img
LAB 1 - Assignment - LS Latest
02.02.2023
Table of contents Essentials questions 1-5 be sure to install these packages before you call upon them in your library Depth Lab 1 Assignment Complete ALL of the essentials below correctly to earn an āSā on the lab. Complete the Depth...
3418 sym 3 img
K_Strachota Lab 1 Assignment Latest
27.01.2023
Table of contents Essentials Problem 5 Adjusting columns try 1 Change cylinder to a factor Change cylinder back to a number Adjusting columns try 2 Change cylinder to a factor Change cylinder back to a number Depth Lab 1 Assignment Author...
4109 sym 2 img
Coursera - Reproducible Research - Project 2 Latest
01.06.2021
Synopsis This report describes the exploration of data on storms and extreme weather events in the United States for the 10-year period starting in 2001 and ending in 2011. Such extreme weather events are disastrous to both the health and the...
6571 sym R (37825 sym/44 pcs) 2 img
JIE SUN 7
Bioinformatics Latest
23.05.2021
Notes for Bioinformatics study Basic for Linux First thing is to learn how to enter the server: ssh space name@ip direction,and enter the keyword. knitr::include_graphics("entry.jpg") Enter Linux Some Commands pwd Print Work Directory:showing...
1337 sym R (3144 sym/35 pcs) 16 img
Sunarto 7
Top Games on Twitch Latest
26.01.2022
What is Twitch ? knitr::include_graphics("img/twitch.png") Twitch is an American video live streaming service that focuses on video game live streaming, including broadcasts of esports competitions, in addition to offering music broadcasts,...
3936 sym R (27016 sym/49 pcs) 10 img
Discussion 5 Latest
16.02.2023
library(tidyverse) library(bea.R) # Get the data from API beaKey <- "6D5F9FCA-743C-4CE2-ADB0-7A2850F8508D" beaSets(beaKey = beaKey) ## $Dataset ## DatasetName DatasetDescription ## 1 NIPA...
16 sym R (7018 sym/12 pcs) 1 img
Bio Latest
28.10.2021
Who am I? I am a Business Analytics graduate student at Lindner College of Business, University of Cincinnati. I did my bachelors in engineering back in my home country, India, and joined the data analytics practice at EY. Prior to joining UC, I...
1176 sym 1 img
Prediction_Model_Presentation Latest
20.12.2019
Next Word PredictionStefan Werner12/12/2019 The Task This application was created for the final assignment of the Data Science Specialization from the Johns Hopkins University. The project was also sponsored by SwiftKey. The task was to create...
1660 sym 3 img
Document Latest
11.08.2020
Introduction R Markdown is built into RStudio and allows you to create documents like HTML, PDF, and Word documents from R. With R Markdown, you can embed R code into your documents. Why use R Markdown? Turn work in R into more accessible...
3581 sym R (576 sym/4 pcs) 1 img