Authors
Anshuman Narayan 6
Data Visualization HW1 Basics of dplyr Latest
24.01.2023
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...
3331 sym R (8291 sym/17 pcs)
antonioarmenta 6
Camarones Latest
17.06.2020
alimento <- c(57.42857, 57.42857, 57.42857, 57.42857, 57.42857,57.42857,57.42857,57.42857, 57.42857,57.42857,72.00000,71.93429,69.42857,69.42857, 69.42857, 69.42857, 69.42857, 69.42857,69.42857, 69.42857, 69.42857, 69.42857, 86.85714,...
6 sym R (5919 sym/21 pcs) 1 img
Anto Lourdu Xavier Raj 6
Document Latest
20.07.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
Antonio Giacometto 6
Actividad 1 Latest
06.03.2022
Actividad 1 Paso 1. Filtrar un barrio de interés y solo apartamentos: library(readxl) datos <- read_excel("C:/Users/agiac/Desktop/Maestria Data Science/Metodos y Simulacion/Modulo 1/Unidad 1/Actividad 1/Data/Datos_Vivienda.xlsx")...
330 sym R (1219 sym/6 pcs) 3 tbl
Antonio Barros, João Netto & Leonardo Takaku 6
Análise de Qualidade do Solo e Maturidade Florestal Latest
07.03.2023
2. Carregamento de Pacotes library(car) library(fpp) library(dplyr) library(ggplot2) library(datarium) library(corrplot) library(FactoMineR) library(factoextra) 3. Leitura e Visualização de Dados # Acessando o diretório de trabalho...
1495 sym R (12934 sym/30 pcs) 4 img
anu - Journey of Analytics Team 6
Sberbank Machine Learning Series – Post 2 – Mind maps & Hypothesis Latest
29.05.2017
This is the second post of the Sberbank Russia housing set analysis, where we will narrow down the variables of interest and create a roadmap to understand which factors significantly impact the target variable (price_doc). You can read the...
7494 sym 2 img
Anu Rajaram 6
Cheatsheet – Selecting Graphs for Statistical Analysis Latest
23.06.2016
One of the first steps with any statistical analysis, whether for hypothesis testing or predictive analytics or even a Kaggle competition, is checking the relationship between different variables. Checking if a pattern exists. Graphs are a...
1820 sym 16 img 1 tbl
Cycling weightings compared Latest
20.05.2020
Preprocessing of data library(openrouteservice) library(leaflet) load("recommendended-bike-1000.Rda") n = 1000 lapply(res, function(routes) { sapply(routes, function(x) x$features[[1]]$properties$summary$distance/1000) }) %>% data.frame ->...
1056 sym R (2632 sym/29 pcs) 1 img
Alex Albright 6
Exploring Fitbit Sleep Data Latest
01.02.2020
Intro I want to visualize two things using fitbit sleep data: how much I sleep when I sleep First, I want to open my Fitbit data. I download the zip file from the Fitbit website once my entire archive export was complete. I then rename that file...
29541 sym R (28984 sym/28 pcs) 3 img