Authors

Jacob Hughes 6

Quiz 1 Latest

08.09.2020

# Load packages library(tidyquant) library(tidyverse) # for count() function # Import S&P500 Stock Index SP500 <- tq_index("SP500") SP500 ## # A tibble: 505 x 8 ## symbol company identifier sedol weight sector shares_held...

1032 sym R (1735 sym/4 pcs)

jhk0530 6

Basic data analysis with palmerpenguins Latest

10.07.2020

Introduction In June 17, nice article for introducing new trial dataset were uploaded via R-bloggers. iris, one of commonly used dataset for simple data analysis. but there is a little issue for using it.  Too good. Every data has...

3748 sym R (2458 sym/11 pcs) 30 img

Reproducible Research Project 2 Latest

05.06.2021

Synosis This project involves exploring the U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database. This database tracks characteristics of major storms and weather events in the United States, including when and where they...

1974 sym R (2874 sym/12 pcs) 2 img

Zeng 6

Document Latest

27.04.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

Jubayer Hossain 6

Introduction to R Programming Latest

21.02.2021

What is R R is a dialect of S(R is an implementation of the S programming language). R was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, and is developed by the R Development Core Team. R is a programming...

14448 sym R (8145 sym/192 pcs) 8 img

test_Rpubs_jhw43 Latest

30.08.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 (262 sym/2 pcs) 1 img

Document Latest

10.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...

593 sym R (262 sym/2 pcs) 1 img

Jichen Liu, Ge Zhu, Ziqian Wang 6

Supplying International Communities with Covid Relief Latest

09.06.2021

# Load packages library(lpSolveAPI) ## Warning: package 'lpSolveAPI' was built under R version 4.0.3 `%>%` <- magrittr::`%>%` library(knitr) ## Warning: package 'knitr' was built under R version 4.0.3 library(kableExtra) ## Warning: package...

4797 sym R (15262 sym/17 pcs) 8 img 3 tbl

Jimmy Hamilton 6

College Scorecard Example Latest

15.02.2023

CollegeScoreCard_InCLass Jimmy Hamilton 2023-02-15 College Score Card Introduction This data is from all colleges around the US and it looks at all different aspects from the universities. The data looks at size of the school, location, and the...

918 sym 1 img

Crime in Boston Latest

01.02.2020

Setup library(tidyverse) library(ggplot2) library(wordcloud) library("leaflet") crime_boston <- read.csv("E:\\ND\\module1\\crime.csv") str(crime_boston) Crime Map crime_rank <- crime_boston %>% group_by(UCR_PART,OFFENSE_CODE_GROUP) %>%...

1243 sym R (6434 sym/14 pcs) 5 img