Authors
Marissa Anahi Perez Rodriguez 33
Prueba Latest
02.02.2023
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 1 img
Mario Pena 33
TidyVerse Assignment DATA607 Latest
26.11.2019
TidyVerse Assignment: Collaborating Around a Code Project with GitHub. Assignment Description: In this assignment we will get to practice collaborating around a code project with GitHub. We will create and example using one or more TidyVerse...
2094 sym R (5750 sym/14 pcs) 1 img
Daniel Lee 33
code along 1 Latest
07.09.2022
Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code 1+2 ## [1] 3 Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data...
1385 sym R (2204 sym/16 pcs) 11 img
Kathryn Vernon 33
Flipped assignement 2 Latest
31.08.2021
Here is our data read in: dat <- read.csv('https://raw.githubusercontent.com/tmatis12/datafiles/main/normtemp.csv') #data$Sex <- as.factor(data$Sex) males=dat[1:65,3] females=dat[65:length(dat),3] Summary of Male Heatbeats summary(males) ##...
1092 sym R (779 sym/14 pcs) 5 img
Karen Natalie(20204920015) 33
Karen Natalie_Tugas 1_Algoritma dan Struktur Data Latest
23.08.2021
Kontak : \(\downarrow\) Email dsciencelabs@outlook.com Instagram https://www.instagram.com/dsciencelabs/ RPubs https://rpubs.com/dsciencelabs/ Kasus 1 Asumsikan Anda telah mengumpulkan beberapa kumpulan data dari perusahaan ABC Property...
2170 sym R (10201 sym/24 pcs) 1 img 1 tbl
Justin Shokal 33
Best Practices 1 Latest
07.09.2022
Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes...
1440 sym
Harris Dupre 33
NoSQL Migration Latest
25.11.2019
Introduction The goal of this assignment is to migrate a relational database to a NoSQL database. In this case, the destination NoSQL db will be a mongo database. The tb database will be used as an example. Connect to the MySQL database...
1488 sym R (1245 sym/10 pcs)
Best Fit Lines Latest
13.01.2020
I. Example Analysis: Exploring the Movie Dataset As always, we start by loading the relevant packages as well as our data: movies <- read.csv("/home/rstudio/data/movie_ratings2015.csv") View(movies) Making Scatterplots library(ggplot2)...
1120 sym R (1370 sym/8 pcs)
Juan Falck 33
Data 606 Lab1 Latest
28.01.2022
library(tidyverse) library(openintro) Exercise 1 arbuthnot$girls ## [1] 4683 4457 4102 4590 4839 4820 4928 4605 4457 4952 4784 5332 5200 4910 4617 ## [16] 3997 3919 3395 3536 3181 2746 2722 2840 2908 2959 3179 3349 3382 3289 3013 ## [31] 2781...
4017 sym R (1793 sym/23 pcs) 3 img
JD Long 33
Data Analysis Workflow… Part 1 of Infinity Latest
26.02.2009
One of the many things that I sit around pondering when I should be doing productive things is the idea of analytical workflow. I have only worked with one analytical guru who I felt really gave thought and structure to workflow and its impact on...
3321 sym