Publications by Sebastian Robledo

Charla 2 - BIOS 2021 2

20.03.2021

Creando el ambiente library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.1.0 ✓ dplyr 1.0.5 ## ✓ tidyr 1.1.3 ✓ stringr 1.4.0 ## ✓ rea...

163 sym R (1468 sym/15 pcs)

Juan_LM

17.04.2021

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.1.0 ✓ dplyr 1.0.5 ## ✓ tidyr 1.1.3 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ f...

583 sym R (2414 sym/15 pcs) 1 img

Nayra_pls_sem

17.04.2021

Creando el ambiente library(psych) Attaching package: ‘psych’ The following object is masked from ‘package:boot’: logit The following objects are masked from ‘package:ggplot2’: %+%, alpha The following object is masked from ‘package:lavaan’: cor2cov Cargar los datos barrera_raw <- read_csv(here("PLS-SEM/data...

13220 sym R (6757 sym/42 pcs) 1 img

margaret_test

09.06.2021

Creando el ambiente Cartando los datos Reporte_proyectos_2021 <- read_excel(here("data", "Reporte_proyectos_2021.xls")) Informe 1 Programas académicos Programas Cantidad PSICOLOGÍA 34 ADMINISTRACIÓN DE EMPRESAS 22 DERECHO 12 NEGOCIOS INTERNACIONALES 11 LICENCIATURA EN EDUCACIÓN INFANTIL 10 COMUNI...

2142 sym R (122 sym/1 pcs) 1 tbl

yazmin_lm

20.05.2021

library(tidyverse) library(here) library(performance) library(lme4) library(glmmTMB) library(see) library(ggrepel) library(qqplotr) Adquiriendo los datos Análisis inferencial Modelo de regresión lineal múltiple Construimos el modelo Revisamos el modelo summary(yazmin_LM) Call: lm(formula = desemp_acade ~ consistencia_1 + consistencia_2 + ...

1133 sym R (975 sym/3 pcs) 1 img

yazmin_glm

20.05.2021

Creando el ambiente Cargando los datos yazmin <- read_csv("data/yazmin.csv") ── Column specification ───────────────────────────────────────────────────────────────────────────────�...

4573 sym R (6740 sym/19 pcs)

henry_LM

29.04.2021

library(tidyverse) library(here) Pruebas paramétricas Se revisan si los datos tienen una distribución normal. Hacemos un gráfico de cajas para entender su distribución. hipótesis: los hombres perciben una participación en el diseño curricular. Queremos saber si hay diferencias significativas entre género. summary(aov(henry_LM$partici...

4116 sym R (1426 sym/9 pcs) 5 img

diana_LM

29.04.2021

library(tidyverse) library(here) library(performance) library(lme4) library(glmmTMB) library(see) library(ggrepel) library(qqplotr) DianaModel <- "tecnica =~ i1 + i2 critica =~ i3 + i4 + i5 + i6 clinica =~ i7 + i8 personal =~ i9 + i10 form_didac =~ i11 + i12 + i13 prac_pedago =~ i14 + i15 + i16 form_didac =~ tecnica ...

2751 sym R (1558 sym/7 pcs) 2 img

jesus_lm

26.04.2021

library(tidyverse) library(here) library(performance) library(lme4) library(glmmTMB) library(see) library(ggrepel) library(qqplotr) Modelo JesusModel <- "acc_estud =~ i1 + i2 + i3 liderazgo =~ i4 + i5 + i6 comp_ciudad =~ i7 + i8 + i9 comp_ciudad =~ acc_estud comp_ciudad =~ liderazgo " Cargando los datos jesus_raw <- read_c...

4634 sym R (1700 sym/13 pcs) 5 img

deivis_LM

26.04.2021

library(tidyverse) library(here) library(performance) library(lme4) library(glmmTMB) library(see) library(ggrepel) library(qqplotr) DeivisModel <- "elem_lab_emo =~ i1 + i2 +i3 efi_gest_doc =~ i4 + i5 + i6 con_ped_CP =~ i7 + i8 + i9 con_ped_CP =~ elem_lab_emo + efi_gest_doc efi_gest_doc =~ elem_lab_emo " Adquiriendo los datos d...

2114 sym R (1511 sym/7 pcs) 2 img