Authors
Swimming + Data Science 19
Diving Scores in New York State High School Athletics Latest
09.04.2020
Brief summary Making a map of New York State by county Labeling areas of the map based on their centroid Answering this question: “Is there a section in New York State from which divers routinely underdive their qualifying scores at the state...
9243 sym R (5392 sym/11 pcs) 4 img 1 tbl
Tage N Singh 19
Document-test1 Latest
18.07.2020
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...
591 sym R (268 sym/2 pcs) 1 img
The Exactness of Mind 19
Introduction to R for Data Science Latest
30.04.2016
Branko Kovač Data Analyst at CUBE, Data Science Mentor at Springboard, Institut savremenih nauka, Data Science Serbia, and Goran S. Milovanović, [email protected], Data Science Serbia, are giving a free introductory course on R for Data...
2633 sym 4 img
Sam Reeves 19
PEPECASH Latest
05.02.2021
Description Introducing PEPECASH, a strange AltCoin based on the popular meme Pepe the Frog. \[\\[0.2in]\] Various trading card assets immortalized in the blockchain are issued, and people purchase them with PEPECASH. Each “Rare Pepe”...
1824 sym R (2174 sym/15 pcs) 1 img
R Basics (EDA course) Latest
02.01.2021
Data Analysis with R Starting up Setting your library. getwd() ## [1] "C:/Users/tomas/Downloads/eda-course-materials" setwd("C://Users//tomas//Downloads//eda-course-materials") library(dplyr) ## ## Attaching package: 'dplyr' ## The following...
1438 sym R (7232 sym/33 pcs) 1 img
Clase 1. Latest
17.09.2020
Forma de dar la clase Clase por el profesor puntualmente. Curso teorico y practico Llegar temprano a clase Clases de una hora. Exposiciones cortas del profesor y realizacion de tareas en clase Realizar las tareas fuera de clase Instalar R en su...
1330 sym
Document Latest
16.09.2021
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...
608 sym R (268 sym/2 pcs) 1 img
Vinh Nguyen 19
Create multiple graphics in R without multiple calls to pdf / postscript / jpeg / png Latest
14.05.2009
To save multiple graphics, e.g, Rplot001.pdf, Rplot002.pdf, …, Rplot050.pdf, we don’t have to call pdf() 50 times (or any similar function). Use “Rplot%03d.pdf” for filename in pdf() and each plot() call will be saved to a new pdf file....
780 sym
data605_hw13_wzhou Latest
24.11.2019
Q1 Use integration by substitution to solve the integral below. \(\int{4e^{-7x}dx}\) Answer: Let \(U=-7x\) , then \(dU = -7dx\) \(dx = \frac{dU}{-7}\) \[ \begin{split} \int{4e^{-7x}dx} &= \int{4e^{-7x}\frac{dU}{-7}} \\ &=...
5176 sym R (335 sym/3 pcs) 1 img
DATA 607 - Homework 8 - Zach Alexander Latest
25.11.2019
Download FiveThirtyEight Dataset First, I found a dataset on FiveThirtyEight.com and downloaded it into a .csv file Uploading .csv file into MySQL Next, I uploaded the .csv file into MySQL, utilizing this script. Read .csv file into MySQL...
1514 sym R (979 sym/9 pcs) 3 img 1 tbl