Publications by Juan Salamanca
Treemap Morbilidad Valle del Cauca
Morbilidad - 2019 al 2021 análisis de la situación en salud Fuente: datos.gov.co Descripción general del dataset morbilidad <- read.csv("Morbilidad.csv", stringsAsFactors=TRUE, header = TRUE) str(morbilidad) ## 'data.frame': 146876 obs. of 9 variables: ## $ Grandes_causas : Factor w/ 6 levels "Condiciones maternas y perinatales",..: 6 6 ...
172 sym R (2762 sym/10 pcs) 7 img
Taller No 2
UNIVERSIDAD DEL VALLE Maestría en Análitica e inteligencia de Negocios Taller No 2 Asignatura: Inteligencia de Negocios Parte II Presentado por: William Montenegro Guevara cod 2300262-7727 Estadísticas descriptivas Casos confirmados por día en el mundo Distribución mundial de casos a partir del 6 de enero de 2020. Datos de la Organizaci...
615 sym 8 img
Anscombe Quartest
Este taller introductorio tiene el objetivo de presentar aspectos fundamentales del valor de visualizar preliminarmente un conjunto de datos para determinar sus propiedades. Utilizaremos el dataset tradicional de Anscombe. Referencias: Munzner Tamara (2013). Visualization Analysis & Design. CRC Press, Boca Raton FL Universidad del Valle Maestr...
1842 sym R (3194 sym/16 pcs) 4 img
Document test
Cuarteto de Anscombe #importar los datos anscombe <- read.csv2("~/Documents/WorkspaceR/Univalle_2023/anscombe.csv") str(anscombe) ## 'data.frame': 44 obs. of 3 variables: ## $ Set: int 1 1 1 1 1 1 1 1 1 1 ... ## $ X : int 10 8 13 9 11 14 6 4 12 7 ... ## $ Y : num 8.04 6.95 7.58 8.81 8.33 ... anscombe$Set <- as.factor(anscombe$Set) str(a...
83 sym R (1256 sym/8 pcs) 2 img
Analysis Flocking June 15
Data from: ## [1] "../data/June15/00356.json" ## [1] "ghost" ## [1] "d62h1mcb8ngdo8nduhtm9t" ## [1] "fxsdc7fqg6tpcwetpybm2h" Route: ## [1] "race" Ghost initial speed: ## [1] 7.8 Map Charts Proximities Speeds ## [1] "Time difference between ghost and d62h1m at follower's start time is: 8 secs." ## [1] "Time difference between ghost and fxsd...
94 sym R (312 sym/5 pcs) 5 img
Conexion a la base de datos
## Loading required package: ggplot2 ## Google's Terms of Service: https://cloud.google.com/maps-platform/terms/. ## Please cite ggmap if you use it! See citation("ggmap") for details. ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'packag...
6 sym R (1125 sym/13 pcs) 1 img
Food Emojis - Hierarchical Clustering
Proximidad entre el valor nutricional de los alimentos de la colección de emojis Dataset disponible en Kaggle (https://www.kaggle.com/ofrancisco/emoji-diet-nutritional-data-sr28/data) library(ggplot2) # Importo el dataset # install.packages("emojifont") EmojisFood <- read.csv("EmojisFood.csv") # normalizar datos EmojisFoodN <- EmojisFood Emojis...
237 sym R (1805 sym/8 pcs) 3 img
Reporte Anacombe Juliio 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 be generated that includes both content as well as the output of any embedded R code chunks within t...
591 sym R (262 sym/2 pcs) 1 img
Analysis Q learning
dataResult <-processDataTest1(path, prefix, names) Analysis of all learning parameters. Runs with 1000 ticks With these constant variables: munsell, radius, 9, chordal, tole 0.2 In this analysis we are determining which exploration factor would be the best option to run the experiments dataResult <-processDataTest2(path, prefix, names) Charts ...
3572 sym R (614 sym/6 pcs) 16 img
Dendrograma Vehículos
Objetivo Crear uno o varios dendogramas que den cuenta de los tipos de vehiculos que podrian ser mas adecuados para uno de los siguientes tipos de clientes considerando su experiencia con vehiculos y la información disponible en el conjunto de datos mpg de la libreria ggplot: Familia con niños en edad escolar que vive fuera de la ciudad Ingeni...
3595 sym R (5198 sym/11 pcs) 4 img