Publications by Δημήτρης Λάζαρης
Ejercicio 1 ESTCOMP
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...
593 sym R (262 sym/2 pcs) 1 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 t...
593 sym R (262 sym/2 pcs) 1 img
prueba
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...
599 sym R (262 sym/2 pcs) 1 img
Document
library(readxl) may17 <- read_excel("C:/Users/Public/may17.xlsx") plot(may17$height,may17$weight) ...
7 sym R (99 sym/1 pcs) 1 img
Actividad 5
Ejercicios 05 - Ejemplo de Máxima verosimilitud Ejercicios 05 - Ejemplo de Máxima verosimilitud Instrucciones Ejemplo de máxima verosimilitud Máxima verosimilitud Paso 1: Generar los datos Paso 2: Derivar la función de verosimilitud Paso 3: Estimación por máxima verosimilitud Paso 4: Graficar estimaciones ...
3064 sym R (3155 sym/6 pcs) 4 img 1 tbl
Document
library(leaflet) m<-leaflet() m<-addTiles(m) m<-addMarkers(m,lng=139.76727500369722, lat=35.68207281264243, popup="Tokyo Station") m ...
7 sym R (136 sym/1 pcs)
Document
library(readxl) pwt2019 <- read_excel("pwt2019.xlsx") barplot(pwt2019$percapitaGDP,names.arg=pwt2019$countrycode) barplot(pwt2019$pop,names.arg=pwt2019$countrycode) ...
9 sym R (165 sym/2 pcs) 2 img
Ejercicio 04
Ejercicios 04 - Análisis de frecuencia y representación gráfica Ejercicios 04 - Análisis de frecuencia y representación gráfica Instrucciones Conjunto de datos Ejemplos generales 1.1. Distribución de frecuencia 1.2. Gráficos Mónica Villanueva Ilufi Manuel Villalobos Cid Juan Giglio Gutiérrez Departamento de Ingeniería Inform...
2498 sym R (3480 sym/10 pcs) 3 img 4 tbl
Publish Document
Ejercicios 04 - Análisis de frecuencia y representación gráfica Ejercicios 04 - Análisis de frecuencia y representación gráfica Instrucciones Conjunto de datos Ejemplos generales 1.1. Distribución de frecuencia 1.2. Gráficos Mónica Villanueva Ilufi Manuel Villalobos Cid Juan Giglio Gutiérrez Departamento de Ingeniería Inform...
2660 sym R (3480 sym/10 pcs) 3 img 4 tbl