| Title: | Student Achievement Data Files for TIMSS 2023 Grade 4 |
|---|---|
| Description: | The official Trends in International Mathematics and Science Study (TIMSS) 2023 website provides Student Achievement Data Files for Grade 4 in RData format. However, the available data are presented solely as numerical values. This package transforms the numerical data into categorical variables, enabling clearer interpretation and reducing ambiguity in statistical analysis. The category labels are provided in Bahasa Indonesia. This initiative contributes to promoting the use of Bahasa Indonesia in programming, in line with its designation as one of the official languages of the United Nations. For more details see <https://timss2023.org/>. |
| Authors: | Fadhlul Mubarak [aut, cre] (ORCID: <https://orcid.org/0000-0001-7394-3817>), Vinny Yuliani Sundara [aut] (ORCID: <https://orcid.org/0000-0002-9137-8185>), Nurniswah [aut] (ORCID: <https://orcid.org/0000-0003-4343-3853>), Fakhrur Razi [aut] (ORCID: <https://orcid.org/0009-0005-8741-2212>) |
| Maintainer: | Fadhlul Mubarak <[email protected]> |
| License: | GPL-3 |
| Version: | 0.1.0 |
| Built: | 2026-05-13 09:44:21 UTC |
| Source: | https://github.com/cran/K4PrestasiSiswa |
Mengonversi variabel numerik pada data konteks prestasi siswa TIMSS 2023 Kelas 4 menjadi kategori berbahasa Indonesia agar interpretasi analisis lebih jelas.
K4PrestasiSiswa(data)K4PrestasiSiswa(data)
data |
data.frame/tibble berisi variabel-variabel prestasi siswa TIMSS. |
Pelabelan mengikuti dokumentasi resmi TIMSS 2023.
data.frame/tibble yang berisi kolom-kolom kategori (berlabel Indonesia).
df <- data.frame(IDPOP = c(1,2)) K4PrestasiSiswa(df)df <- data.frame(IDPOP = c(1,2)) K4PrestasiSiswa(df)