Publications by Jimena Miguel - A01365819

FORM | Producción de cartón

28.09.2022

Parte 1 ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(forcats) # to wor...

14842 sym R (27101 sym/104 pcs) 7 img 4 tbl

FORM | Merma

28.09.2022

Parte 1 ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(forcats) # to wor...

15178 sym R (15704 sym/96 pcs) 5 img 2 tbl

FORM | Scrap

28.09.2022

Parte 1 ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(forcats) # to wor...

16268 sym R (18066 sym/102 pcs) 5 img 2 tbl

Recursos Humanos | FORM

29.09.2022

Limpieza, Transformación y Organización de Bases de Datos ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, set...

21718 sym R (27096 sym/82 pcs) 3 img 3 tbl

FORM | Recursos Humanos

30.09.2022

Limpieza, Transformación y Organización de Bases de Datos ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, set...

21732 sym R (27779 sym/83 pcs) 3 img 3 tbl

FORM | Recursos Humanos

30.09.2022

Limpieza, Transformación y Organización de Bases de Datos ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, set...

24813 sym R (28791 sym/87 pcs) 4 img 3 tbl

FORM | Recursos Humanos

30.09.2022

Limpieza, Transformación y Organización de Bases de Datos ## Descargar librerías library(foreign) library(dplyr) # data manipulation ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, set...

24806 sym R (28791 sym/87 pcs) 4 img 3 tbl

Pronósticos

04.10.2022

Instalar paquetes y llamar liberías #install.packages("forecast") library(forecast) ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo Crear serie de tiempo produccion<- c(100,200,300,400,500) produccion_st<- ts(data = produccion, start = c(2018, 1), frequency = 1) produccion_st ## Ti...

1463 sym R (1265 sym/10 pcs) 1 img

Probabilidad

05.10.2022

Probabilidad: Estudio de azar e incertidumbre en cualquier situación en la cual varios posibles sucesos pueden ocurrir. Experimento: Lanzar un dado # Instalar librería y llamar paquete para el experimento de lanzar un dado. #install.packages("dice") library(dice) ## Loading required package: gtools # Instalar librería y llamar paq...

222 sym R (6008 sym/23 pcs) 2 img

Evidencia 2 | Jimena Miguel

21.10.2022

Importar base de datos y cargar librerías library(ggplot2) library(foreign) 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, union library(ggplot2) library(psyc...

106258 sym R (312270 sym/432 pcs) 46 img 11 tbl