Publications by Luis
Taller 5
# Ejercicio 1: Creación y exploración de vectores ciudades <- c("Madrid", "Paris", "Roma", "Londres", "Berlin", "Lisboa", "Tokyo", "New York", "Buenos Aires", "Mexico City", "Sydney", "Milan", "Barcelona", "Los Angeles", "Amsterdam") # Visualizar el vector print(ciudades) ## [1] "Madrid" "Paris" "...
85 sym
Document
##Taller 2 #PROBLEMAS# #1.-Escribe un programa que solicite los catetos de un triángulo rectángulo y muestre su hipotenusa.# cat(“Programa que solicita los catetos de un triangulo rectangulo y muestre su hipotenusa”) cateto_a <- as.numeric(readline(“Ingrese el valor del primer cateto:”)) cateto_b <- as.numeric(readline(“Ingrese el v...
11540 sym
ejemplo clase 2
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...
598 sym 1 img
Examen segundo parcial
Modelo Arima para series estacionales. rm(list=ls()) library (readxl) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4....
1154 sym R (5751 sym/34 pcs) 15 img
Examen segundo parcial
Modelo Arima para series estacionales. rm(list=ls()) library (readxl) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4....
1154 sym R (5751 sym/34 pcs) 15 img
T4 Suavizacion
rm(list=ls()) library (readxl) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubrid...
271 sym R (4960 sym/29 pcs) 7 img
Métodos Cuantitativos Aplicados a la Administración
Marbete electrónico ¿Qué necesito para solicitar marbetes electrónicos 2023? Es importante considerar que el marbete electrónico aun no es obligatorio, sin embargo, en un corto plazo será obligatorio para todas las empresas que se dedican a vender vinos. Vamos a comentar los puntos más relevantes a considerar para implementar el marbete ...
4133 sym 3 img
Document
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...
598 sym 1 img
Linear regression with correlated data
I started following the debate on differential minimum wage for youth (15-19 year old) and adults in New Zealand. Eric Crampton has written a nice series of blog posts, making the data from Statistics New Zealand available. I will use the nzunemployment.csv data file (with quarterly data from March 1986 to June 2011) and show an example of multip...
2753 sym R (3655 sym/4 pcs)