Authors

Viriya Taecharungroj 7

MI - Introduction to Marketing Intelligence in R Latest

03.09.2021

1 Here’s a very brief introduction to R and RStudio! First thing first, please download R at http://mirrors.psu.ac.th/pub/cran/ Then, download RStudio at https://www.rstudio.com/products/rstudio/download/ A bit about coding in R, everything that...

3045 sym R (2741 sym/59 pcs)

Vishalakshi Arumugam 7

Algorithms II- Assignment 2 Latest

23.06.2021

Question 2 Carefully explain the differences between KNN classifier and KNN regression methods KNN Classifier KNN Regression 1) It is mainly used to predict the qualitative response It is mainly used to predict the quantitative response 2)...

7346 sym R (10526 sym/33 pcs) 3 img 1 tbl

Vivian S. Zhang 7

Install RStudio Server on centOS6.5 Latest

08.05.2014

      My system is 64-bit centOS 6.5. The 64-bit version then is 0.98.766 and the following error  appeared when installing RStudio Server preview version: Refer to an article on stackoverflow: Completion of the above steps is still not...

2068 sym 22 img

Vivian Pérez Mosqueda A01731984 7

Document Latest

14.02.2023

Importar base de datos titanic<- read.csv("Downloads/titanic (1).csv") Entender base de datos summary(titanic) ## pclass survived name sex ## Min. :1.000 Min. :0.000 Length:1310...

2071 sym R (4761 sym/16 pcs) 2 img

VMag 7

Reproducible Research - Course Project 2 Latest

13.08.2021

Synopsis The idea behind this analysis is to identify types of severe weather events that have the greatest impact on public health and the economy. We use the U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database as a...

3391 sym R (7557 sym/19 pcs) 3 img

Victoria ODonnell 7

Prueba Latest

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

Vicky Shenoy 7

ANLY 512 Problem Set #1 Latest

13.09.2022

Directions During ANLY 512 we will be studying the theory and practice of data visualization. We will be using R and the packages within R to assemble data and construct many different types of visualizations. Before we begin studying data...

3168 sym R (7369 sym/17 pcs)

Victor Ivamoto 7

Movie Recommendation System in R Latest

10.12.2019

Preface This report is part of the capstone project of HarvardX’s Data Science Professional Certificate1 program. The R Markdown code used to generate this report and the PDF version are available on GitHub. The HTML version is available on...

23397 sym R (18707 sym/52 pcs) 8 img 26 tbl

Rashmi Walavalkar(s3804366) 7

Data Wrangling Assignment 2 (s3804366) Latest

23.10.2020

Required packages [R code] library(dplyr) library(tidyr) library(readr) library(outliers) library(lubridate) library(forecast) library(magrittr) library(deducorrect) library(outliers) Executive Summary In Data Preprocessing ,firstly two...

2770 sym R (12858 sym/45 pcs) 6 img

Will Wallace 7

Covid Cases by Date in the United States Latest

22.02.2022

Understanding and Interpreting a COVID-19 Dataset Will Wallace Explaining the dataset The dataset used in this research is a large dataset that gave statistics on covid cases and their variants within each country of the world. I found the data...

837 sym 1 img