Authors

Angela Lee ( 6

PSYCH251 Project Proposal Latest

28.09.2020

Introduction Link to full repo: https://github.com/psych251/vanKoningsbruggen2017.git This project is a replication of empirical research by van Koningsbruggen et al (2017). The original research was published in Cyberpsychology, Behavior, and...

17313 sym R (4278 sym/2 pcs) 1 img

Ayumu Tanaka 6

Document Latest

09.05.2022

library(readxl) pwt2019 <- read_excel("pwt2019.xlsx") barplot(pwt2019$percapitaGDP,names.arg=pwt2019$countrycode) barplot(pwt2019$pop,names.arg=pwt2019$countrycode)...

9 sym R (165 sym/2 pcs) 2 img

Muhamad Noorazizi 6

Reproducible Research - Course Project 2 Latest

10.12.2020

Analysing U.S. National Oceanic and Atmospheric Administration’s (NOAA) Storm Database Sypnosis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can...

1820 sym R (8114 sym/20 pcs) 3 img

Mareen Weber/ B00H 6

Cyclistic - Members vs Casual Riders (Google Analytics Project) Latest

16.03.2023

Context Cyclistic launched in 2016 Fleet of 5,824 geotracked bicycles and 692 stations in Chicago 24 hr availability Flexible pricing: casual riders (single-ride/ full-day passes), members (annual membership) Finance data shows that flexible...

14086 sym R (42449 sym/144 pcs) 30 img

Benjamin Abrego, Julian Martinez, Rodrigo Maldonado 6

Tarea4 Benjamin Abrego, Julian Martinez, Rodrigo Maldonado Latest

06.05.2021

rm(list = ls()) library(data.table) flights<- fread('/Users/Benjamin/Desktop/7mo semestre /Data Science/bases de datos/flights.csv') flights<-as.data.table(flights) Instalar paquetes install.packages("ggplot2") install.packages("plotly")...

382 sym R (1468 sym/11 pcs) 2 img

Jazz Venues of Harrisburg Latest

06.12.2019

The map below shows the location of several venues known for regular jazz performances, past and present. Theaters are also shown, as these were sometimes venues for music performances. Mouse-over and click the dots to see more information. Some...

353 sym 1 tbl

Bailey A. 6

Bivariate Latest

05.02.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. Note: this analysis was performed using the...

2179 sym R (631 sym/6 pcs) 2 img

Banabas Kariuki 6

Knowledge Discovery and Data Mining Latest

15.02.2023

#Loading Packages library(datasets) library(caret) ## Loading required package: ggplot2 ## Loading required package: lattice library(rpart) library(class) library(tidyverse) ## ── Attaching packages...

2222 sym R (9474 sym/37 pcs) 6 img

Bao Nguyen 6

THUC HANH NGAY 1 Latest

17.04.2022

Ngày thứ nhất (1.1) Việc 1: Tải R và RStudio về máy (1.2) Việc 2: Cài đặt các gói packages cần thiết #install.packages(c("tidyverse", "ggplot2", "readxl", "table1", "compareGroups")) library(tidyverse) ## -- Attaching...

859 sym R (96554 sym/46 pcs) 14 img 2 tbl

Document Latest

17.01.2022

Biểu đồ 1: Biểu đồ kết hợp giữa tổng số giờ làm việc và tổng người tham gia theo ngày (không bao gồm thứ 7, CN)...

137 sym