Authors
nilosree Latest
07.10.2020
10/7/2020 R Markdown This is an R Markdown presentation. 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...
472 sym R (268 sym/2 pcs) 1 img
EDA Latest
18.06.2021
Este es un R Markdown Notebook para realizar un análisis exploratorio de datos de la base de datos Carseats del paquete ISLR. Se trabajará principalmente con el paquete dlookr. Fuente:...
1715 sym R (1232 sym/10 pcs)
Document Latest
10.09.2022
— 可视化观测数据 在这里,我们先将我们需要的包加载出来。 library(ggplot2) ## Warning: 程辑包'ggplot2'是用R版本4.1.3 来建造的 library(cowplot) ## Warning: 程辑包'cowplot'是用R版本4.1.3 来建造的...
1494 sym R (1337 sym/27 pcs) 8 img
pregraded 2 Latest
23.07.2020
Analysis of adverse impacts on Health and Economy because of US Storms Pentakota Nooshith 23/07/2020 1 : Synopsis This project involves exploring the U.S. National Oceanic and Atmospheric Administration's (NOAA) storm database and explore...
1568 sym R (5556 sym/17 pcs) 2 img
Nico Rojas - 7
week 04 - Plotly Latest
11.02.2021
\(~\) 0. Plotly resources. \(~\) Some of the resources I find more useful to learn plotly using R: Sievert (2020) - plotly for R - A full reference website for using plotly in R. (from the Syllabus) Paul C. Bauer & Richard Traunmüller (2016) -...
4350 sym R (4417 sym/11 pcs) 1 img
Group 3 7
Assignment1-part1 Latest
23.01.2021
Question 1 What are the data types of variables in your data? Run str(Data) to see the data types, all of them are integers. Question 2 Convert Id, Male, Education, MaritalStatus, and Default variables into factors. Use these codes to convert...
1263 sym R (2195 sym/15 pcs)
My First R Markdown Latest
15.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. When you click the Knit button a document will...
594 sym R (262 sym/2 pcs) 1 img
Nessie Tran 7
NessieTran_rem882_HW2 Latest
18.02.2021
library(ISLR) library(MASS) Exercise 2 Differences between KNN classifier and KNN regression methods. KNN regression tries to predict the value of the output variable y by using a local average point around the output variable. KNN...
4071 sym R (11856 sym/40 pcs) 5 img
numbr crunch - Blog 7
IDEAS for BloGGING tOPICS Latest
03.12.2014
Review of the University of Washington Data Science CertificationInitial analysis of the Titanic Data Set from KaggleCriteo Labs Ad-Click data Kaggle Competition experienceOnline sources for datasetsWhat data tools stack I am using and whyHow to...
658 sym
Samantha Nurmi 7
Lab 1: Intro to R Latest
27.01.2020
Title Subtitle This is where you write out things like a normal document. The grey bars is code that actually runs. So the one above you cant see in the final link output because it says {include = FALSE} Lets look at the cars dataset:...
517 sym R (268 sym/2 pcs) 1 img