Publications by Erika

Document

08.09.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...

1386 sym R (3512 sym/25 pcs) 8 img

Document

07.09.2020

#U1A2 #31/AGOSTO/2020 #Erika Delgado Garcia #2DO EJERCICIO DE ESTADÍSTICA APLICADA #TABLAS DE FRECUENCIA E HISTOGRAMAS #Paquetes library(fdth) ## ## Attaching package: 'fdth' ## The following objects are masked from 'package:stats': ## ## sd, var #Datos a utilizar #Temperatura media normal de la estación SMN EMA de Alamos, ...

12 sym R (1432 sym/14 pcs) 7 img

Document

07.09.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...

410 sym R (834 sym/9 pcs) 1 img

U1EV1 FINAL

16.10.2020

U1EV1 Erika Delgado 15/10/2020 setwd("~/EstadisticaAplicada") library(pacman) p_load("readxl", "prettydoc", "DT", "readr", "fdth", "modeest", "scott", "FD", "Sturges", "ggplot") ## Installing package into 'C:/Users/erika/Documents/R/win-library/3.6' ## (as 'lib' is unspecified) ## Warning: package 'scott' is not available (for R version 3.6.3...

3109 sym R (8905 sym/81 pcs) 16 img

U1A13 Primera Parte

14.10.2020

U1A14 Erika Delgado 12/10/2020 Comparativa entre regresión linea simple y regresión logística Caso de estudio: relación entre el pH y la temperatura de agua de posos setwd("~/EstadisticaAplicada") library(pacman) p_load("readxl", "prettydoc", "DT") pozos <- read_excel("pozos.xlsx", col_types = c("numeric", "numeric", "numeric")) vi...

995 sym R (2173 sym/14 pcs) 4 img

Document

11.10.2020

library(pacman) p_load("readr","DT","prettydoc","fdth","modeest") datosob <- read_csv("datosob.csv") ## Parsed with column specification: ## cols( ## mes = col_character(), ## temp = col_double(), ## prec = col_double() ## ) datatable(datosob) Primer repaso de la unidad 1 de la materia de Estadística Aplicada Definición de Estad�...

871 sym R (1259 sym/22 pcs) 5 img

U1A6

11.10.2020

U1R1 Erika Delgado 7/10/2020 library(pacman) p_load("readr","DT","prettydoc","fdth","modeest") datosob <- read_csv("datosob.csv") ## Parsed with column specification: ## cols( ## mes = col_character(), ## temp = col_double(), ## prec = col_double() ## ) datatable(datosob) Primer repaso de la unidad 1 de la materia de Estadística A...

922 sym R (1259 sym/22 pcs) 5 img

U1A10 parte 2

05.10.2020

Regresión Lineal Simple parte 2} *Este ejemplo se hará con datos de árboles de cerezas negras “Black Cherry” library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal,...

1622 sym R (3129 sym/27 pcs) 4 img

Publish Document

02.10.2020

Regresión Lineal Simple parte 2} *Este ejemplo se hará con datos de árboles de cerezas negras “Black Cherry” library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal,...

1573 sym R (2944 sym/24 pcs) 2 img

Publish Document

21.09.2020

U1A6 Erika Delgado 14/9/2020 Análisis de datos diarios de COVID-19 y salud para Sonora Folder de trabajo setwd(“~/EstadisticaAplicada”) IMPORTAR Importar paquetes library(pacman) p_load("base64enc", "htmltools", "mime", "xfun", "prettydoc", "readr", "knitr", "DT", "tidyverse", "scales", "gridExtra", "modeest", "fdth") Importar datos S...

1743 sym R (4686 sym/50 pcs) 13 img