Data and R Scripts for Cultural Adaptation and Validation of the ChatGPT Literacy Scale for University Students in Chile
This repository contains R scripts and anonymized datasets used in the cultural adaptation and validation of a scale designed to assess ChatGPT literacy among university students in Chile.
├── data/ # Contains anonymized datasets and documentation
│ ├── sociodemographic_judges.csv # Expert demographics for content validation
│ ├── data_Aiken_ChatGPT.csv # Expert item ratings for Aiken's V calculation
│ ├── data_universities.csv # Full sample for psychometric and factor analysis
│ └── VARIABLES_ALL.md # Data dictionary describing all variables
├── content_validation.R # Content validity analysis using Aiken's V
├── psychometric_properties.R # Exploratory and confirmatory factor analysis (EFA & CFA)
├── renv.lock # Snapshot of R package versions for reproducibility
├── README.md # Project overview and documentation
└── CITATION.cff # Citation metadata for software citation
content_validation.R: Computes Aiken’s V and confidence intervals for expert judgments of item relevance and clarity.psychometric_properties.R: Runs exploratory factor analysis (EFA), confirmatory factor analysis (CFA), and reliability/validity metrics.
| File | Description |
|---|---|
sociodemographic_judges.csv |
Demographic data of expert judges involved in the content validation process. |
data_Aiken_ChatGPT.csv |
Structured expert ratings for estimating Aiken’s V coefficient. |
data_universities.csv |
Full anonymized dataset for dimensionality and reliability analysis. |
All datasets are fully anonymized and comply with institutional and ethical research standards.
To reproduce the analyses, please ensure you have the following R packages installed:
install.packages(c(
"tidyverse", "readxl", "gtsummary", "flextable", "ftExtra", "labelled",
"huxtable", "psych", "lavaan", "nFactors", "semTools", "corrplot",
"EGAnet", "performance", "see", "QuantPsyc", "nortest"
))- Clone or download this repository.
- Open each R script in your preferred R environment.
- Run the scripts in the following order for full analysis pipeline:
content_validation.Rpsychometric_properties.R
- Ensure the
/datafolder is in your working directory.
- Carlos Soto Del Río¹
- Ricardo Monge-Rogel²³
- Ricardo Fuentes-Lama⁴
- Héctor Fernández-Ochoa⁵
¹ Facultad de Educación, Universidad de Las Américas, Av. República 71, Santiago, Chile
² Instituto de Matemática, Física y Estadística, Universidad de Las Américas, Av. Manuel Montt 948, Providencia, Chile
³ Grupo de Investigación en Educación STEM (GIE-STEM), Universidad de Las Américas, Chile
⁴ Facultad de Economía y Negocios, Universidad Andrés Bello, Talcahuano, Región del Biobío, Chile
⁵ Vicerrectoría Académica, Universidad Bernardo O’Higgins, Av. Viel 1497, Santiago, Chile
The datasets in this repository were collected as part of a research project aimed at adapting and validating the ChatGPT Literacy Scale for university students in Chile.
All participants were university students who voluntarily completed the instrument and provided informed consent for the use of their data for academic research purposes. Data collection adhered to institutional ethical guidelines for research involving human subjects.
All data are fully anonymized and provided solely for academic transparency and replication.
This project is licensed under the MIT License.
If you use this repository or its materials in your work, please cite the associated article:
APA:
Soto Del Río, C., Monge-Rogel, R., Fuentes-Lama, R., & Fernández-Ochoa, H. (2025). Data and R Scripts for Cultural Adaptation and Validation of the ChatGPT Literacy Scale for University Students in Chile (v1.0.1) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.16416533
BibTeX:
@dataset{soto_del_rio_2025_16416533,
author = {Soto Del Río, Carlos and
Monge-Rogel, Ricardo and
Fuentes-Lama, Ricardo and
Fernández-Ochoa, Héctor},
title = {Data and R Scripts for Cultural Adaptation and
Validation of the ChatGPT Literacy Scale for
University Students in Chile
},
month = jul,
year = 2025,
publisher = {Zenodo},
version = {v1.0.1},
doi = {10.5281/zenodo.16416533},
url = {https://doi.org/10.5281/zenodo.16416533},
}