Authors
Himanshu Patil 6
Reproducible Research - Course Project 1 Latest
11.08.2020
Setting global option to turn warnings off knitr::opts_chunk$set(warning=FALSE) Q.1 Code for reading in the dataset and/or processing the data activity.data <- read.csv("activity.csv") activity.data$date <- as.POSIXct(activity.data$date,...
1021 sym R (2926 sym/18 pcs) 4 img
Dan Hindery 6
Google Maps API Latest
29.09.2020
Creating a Google Maps API Note: If you prefer a video tutorial, skip to the next section. Google Maps Platform is a set of APIs and SDKs that are managed from the Google Cloud console. The step-by-step instructions to create an API for google...
5344 sym R (536 sym/3 pcs)
Hisrael Passarelli 6
Peer graded Assignment: Course Project 1 Latest
06.05.2020
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...
4499 sym R (2587 sym/23 pcs) 5 img
Đặ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