Authors

Author: Kendrick Tham 15

KDF: Strength and Bodyweight Performance Analysis. Latest

31.07.2024

Initial RMD Start Date: 2024-04-24 Print Date: 2024-07-31 TABLE OF CONTENTS Utilize the Table of Contents on the left to scroll through the different sections and help navigate this report. You can click on the title to go directly to the...

35973 sym 37 img 47 tbl

Karen Maldonado- A01384635 15

Arbol de decisiones titanic Latest

16.08.2024

install.packages(“rpart”) # install.packages("rpart") Importar la base de datos titanic <- read.csv("C:\\Users\\karee\\Downloads\\titanic.csv") Entender la base de datos summary(titanic) ## pclass survived name...

2499 sym R (4949 sym/17 pcs) 2 img

Gabriel A01722187 15

Data Explorer NYC Latest

18.08.2024

#Instalar Paquetes y llamar librerias #install.packages("DataExplorer", repos = "http://cran.us.r-project.org") library("DataExplorer") #install.packages("nycflights13", repos = "http://cran.us.r-project.org") library(nycflights13) flights...

34 sym R (7693 sym/17 pcs) 6 img

Monica Gonzalez A01735626 15

House Price Prediction (linear regression) Latest

21.08.2024

#file.choose() datos <- read.csv("/Users/monicagonzalez/Downloads/Housing.csv") summary(datos) ## price area bedrooms bathrooms ## Min. : 1750000 Min. : 1650 Min. :1.000 Min. :1.000 ## 1st Qu.:...

2079 sym R (15162 sym/16 pcs)

Data Cleaning and Downscaling in R: Singapore Latest

22.08.2024

Data Cleaning and Downscaling in R Introduction: Singapore Here we are interested in the study of world cities’ diversity, and Singapore is an interesting place to study for a number of reasons. First, it is one of the few remaining city-states...

28230 sym Python (35536 sym/116 pcs) 12 img

Grace Marchal 15

Rstudio lab 1 Latest

29.08.2024

#Reflection Questions How was the install process?, Anything I should know for future students? The install process was a little tricky to understand especially on a mac user you had to ensure you were downloading the right software. I would maybe...

668 sym R (245 sym/7 pcs) 2 img

Sumaj Billin 15

Code Along 1 Latest

02.09.2024

Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package install.packages("tidyverse") library(tidyverse) Running R code 1+2 ## [1] 3 Getting help Google Stackoverflow Ch2...

1427 sym R (5425 sym/41 pcs) 25 img

Keith Rafferty 15

Data607_Assignment1 Latest

02.09.2024

Overview 538’s Generic Ballot polling average (link) is a staple of its election year coverage and forecasting, although it is overshadowed in Presidential election years. The current average, built from the table shown below (note that the...

835 sym 1 tbl

Week 1 Assignment Latest

06.09.2024

The Bechdel Test (Maybe) Fun Fact: I chose this data set from FiveThirtyEight because I majored in Media and Film Studies as an undergraduate before becoming a software engineer. This sort of information is really valuable in the study of culture...

1881 sym R (303 sym/4 pcs) 1 tbl

Andreina A 15

Assignment_1_Data_607 Latest

07.09.2024

Assignment – Loading Data into a Data Frame Introduction Do you ever find yourself watching the Super Bowl just for the commercial? Well in the article “According To Super Bowl Ads, Americans Love America, Animals And Sex” by Ryan Best, 10...

2353 sym