Publications by Diego Calderón

Estadísticos en r

07.01.2025

library(titanic) datos <- titanic_train datos <- na.omit(datos) names(datos) ## [1] "PassengerId" "Survived" "Pclass" "Name" "Sex" ## [6] "Age" "SibSp" "Parch" "Ticket" "Fare" ## [11] "Cabin" "Embarked" summary(datos) ## PassengerId Survived Pclass Name ...

1395 sym Python (8319 sym/47 pcs) 9 img

Curso básico de R

09.12.2024

Preliminares Este curso presenta un acercamiento a R con el objetivo de que aprendas a manejar datos y poder hacer representaciones visuales de la estadística. En lugar de presentar los conceptos de R de manera lineal, iré presentando distintos aspectos de R conforme se vayan necesitando; es decir, no vamos a presentar R como un lenguaje de p...

16842 sym Python (7249 sym/44 pcs) 23 img

scu_Borrador

18.06.2024

Librerías 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.4 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ...

402 sym Python (70962 sym/217 pcs) 11 img 3 tbl

BMRQ

24.03.2024

Packages used in R library(datasets) library(multcompView) 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(apaTables) library(apa) library(readxl) library(s...

397 sym Python (26555 sym/259 pcs) 3 img 3 tbl

Proyecto de Investigación_ Diego Calderón-Garrido

13.03.2024

library(readxl) library(parameters) library (apa) library (haven) library (ggplot2) library (ggpubr) library (gridExtra) library (apaTables) library (reshape) library (GPArotation) library (mvtnorm) library (psych) ## ## Attaching package: 'psych' ## The following objects are masked from 'package:GPArotation': ## ## equamax, varimin ## The fo...

485 sym Python (73104 sym/123 pcs) 8 img 6 tbl

Prosumers in education: Instagram and TikTok as transformative tools in initial teacher training

04.02.2024

library(readxl) library(apaTables) 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(corrplot) ## corrplot 0.92 loaded library(ggplot2) library(ggside...

101 sym R (29887 sym/94 pcs) 4 img

Percepciones de las familias sobre el uso Plataformas Digitales comerciales en Escuelas Públicas

24.10.2023

EdDit <- read_excel("EdDit.xlsx", sheet = "EdDit_EFA") str(EdDit) ## tibble [1,639 × 20] (S3: tbl_df/tbl/data.frame) ## $ Riesgo gestión pública educación : num [1:1639] 6 4 3 2 1 6 5 2 3 5 ... ## $ Colaboración necesaria : num [1:1639] 1 4 5 5 1 5 6 5 4 4 ... ## $ Clave derecho educación : num [1:1639] 4 1 2 4 1 5...

56 sym Python (22519 sym/43 pcs) 9 img

Entre la adopción pedagógica y el uso de los datos. Las familias ante las plataformas digitales

07.10.2023

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.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...

121 sym R (29216 sym/110 pcs) 3 img 1 tbl

Artículo Edutec

11.09.2023

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.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...

119 sym R (29665 sym/108 pcs) 3 img 1 tbl

Artículo RRSS

09.09.2023

library(readxl) library(apaTables) 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(corrplot) ## corrplot 0.92 loaded library(ggplot2) library(ggside) ## Reg...

99 sym R (25344 sym/92 pcs) 4 img