Publications by Estefany de los Angeles Villalobos Fernandez

M4Act43

22.09.2023

Renta de Bicis 1. Importar la base de datos df <- read.csv("/Users/estefanyvillalobos/Desktop/RPortfolio/rentadebicis.csv") 2. Entender la base de datos summary(df) ## hora dia mes año ## Min. : 0.00 Min. : 1.000 Min. : 1.000 Min. :2011 ## 1st Qu.: 6.00 1st Qu.: 5.000 1st Qu....

4963 sym Python (11282 sym/32 pcs) 3 img

Evidencia1

14.09.2023

Carga y Limpieza de Datos Cargando librerias library(foreign) library(ggplot2) library(psych) library(dplyr) library(TSstudio) library(forecast) library(readr) library(readxl) library(ggmap) library(lubridate) library(xtable) library(parallel) library(stringr) Cargando bases de datos #Entregable 1 Carton_industry <- read.csv("/Users/estefanyvilla...

209298 sym R (28181 sym/54 pcs) 20 img

Activity 3.1

29.08.2023

Contexto Se analizan los recibos de luz de una casa en California en 2006. Importar base de datos: poblacion <- read.csv("~/Desktop/RPortfolio/Poblacion.csv") muestra <- read.csv("~/Desktop/RPortfolio/Muestra.csv") #To get the address of a file use "file.choose()" Tamaño de la población: sizeP <- length(poblacion$PAGO) sizeP ## [1] 12 sizeM<-...

9084 sym R (241933 sym/90 pcs) 7 img

M3Act32

01.09.2023

Llamar librerías library(ggplot2) library(gridExtra) library(magick) ## Linking to ImageMagick 6.9.12.93 ## Enabled features: cairo, fontconfig, freetype, heic, lcms, pango, raw, rsvg, webp ## Disabled features: fftw, ghostscript, x11 library(knitr) Set Working Directory setwd("/Users/estefanyvillalobos/Desktop/RPortfolio") Distribución y Densi...

21332 sym R (2969 sym/47 pcs) 10 img

Act32EstefanyVillalobos

01.09.2023

Llamar librerías library(ggplot2) library(gridExtra) library(magick) ## Linking to ImageMagick 6.9.12.93 ## Enabled features: cairo, fontconfig, freetype, heic, lcms, pango, raw, rsvg, webp ## Disabled features: fftw, ghostscript, x11 library(knitr) Set Working Directory setwd("/Users/estefanyvillalobos/Desktop/RPortfolio") Distribución y Densi...

21332 sym R (2969 sym/47 pcs) 10 img

M3ACT32ShinyApp

01.09.2023

Llamar librerías library(ggplot2) library(gridExtra) library(magick) ## Linking to ImageMagick 6.9.12.93 ## Enabled features: cairo, fontconfig, freetype, heic, lcms, pango, raw, rsvg, webp ## Disabled features: fftw, ghostscript, x11 library(knitr) Set Working Directory setwd("/Users/estefanyvillalobos/Desktop/RPortfolio") Distribución y Densi...

21332 sym R (2969 sym/47 pcs) 10 img