Authors

Đặng Khải Hoàn 6

Những vấn đề cơ bản trong R Latest

11.02.2020

Khi bắt đầu học một ngôn ngữ lập trình nào R nói chung hay bất cứ một ngôn ngữ nào khác đi nữa.Chúng ta cần hiểu rõ về những vấn đề mặc dù rất cơ bản như là kiểu dữ liệu, cấu trúc...

1485 sym R (5417 sym/62 pcs) 4 tbl

HOA NGUYEN 6

TEST1 Latest

16.04.2022

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

607 sym R (1800 sym/10 pcs) 1 img

Istvan Hollosi 6

Which types of weather incidents are most harmful in US? Latest

12.11.2020

Synopsis In the following analysis I’ve determined the most harmful weather incidences based on U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database (see link in the script). The two questions I would like to answer:...

2074 sym R (6674 sym/9 pcs) 2 img

Tianchen Yu 6

Reproducible Research Project 1 Latest

28.01.2021

Introduction It is now possible to collect a large amount of data about personal movement using activity monitoring devices such as a Fitbit, Nike Fuelband, or Jawbone Up. These type of devices are part of the “quantified self” movement – a...

3592 sym R (4033 sym/23 pcs) 4 img 1 tbl

Hongjie Yin 6

CHP5&CHP6 Latest

31.03.2020

CHP 5 EXERCISES #Loading packages library(readr) library(readxl) ## Warning: package 'readxl' was built under R version 3.6.3 library(ggplot2) ## Warning: package 'ggplot2' was built under R version 3.6.3 library(fpp2) ## Warning: package 'fpp2'...

5568 sym R (36624 sym/176 pcs) 59 img

HooN 6

학원이 성적향상에 도움이 되는가? Latest

23.02.2020

Github Code: Hoon0427/RPubs Overview : 데이터 분석 데이터 분석에 있어서 목적을 명확히 하는 것은 매우 중요하다. 목적을 명확히 함으로써 데이터 가공형태와 분석방법이 결정되기 때문이다....

4537 sym R (4283 sym/13 pcs) 3 img 2 tbl

B09302118 政治三 黃柏叡 6

Assignment1 Latest

19.03.2023

1. Load required packages (ISLR) and data (Carseats) require(ISLR) Carseats <- read.csv(file = 'C:/Users/user0522/Downloads/dataset-11424.csv') I made a copy of Carseats. Because library() does not work on R markdown, instead, I use require(). 2....

4371 sym 3 img

Hrishikesh Kambli 6

Reproducible Research: Course Project 2 Latest

28.09.2020

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

3611 sym R (4733 sym/20 pcs) 3 img

Steven Hanssens 6

Harmful Events across USA Latest

02.05.2021

Synopsis In this article, we analyze severe weather evens in United States with regard to population health and economic consequence. The data used come from the U.S. Nation Oceanic and Atmospheric Administration’s storm database recording each...

3532 sym R (4270 sym/13 pcs) 2 img

Holly Stiltner 6

Greek God and Goddess Names with Reference to Percy Jackson Latest

21.09.2022

I am looking at the frequency of Greek God and Goddess’ names. I am going to start broad and eventually work my way down to a short list of names. I plan to first visualize the data by looking at the data set by showing each name with its...

2790 sym R (4715 sym/21 pcs) 3 img