| Title: | Student Process Data Files for TIMSS 2023 Grade 4 |
|---|---|
| Description: | The official website of the Trends in International Mathematics and Science Study (TIMSS) 2023 provides Student Process Data Files for Grade 4 in RData format. However, the data are presented exclusively in numerical form. This package converts the numeric values into categorical variables, allowing for easier interpretation and reducing ambiguity in statistical analysis. The category labels are presented in Bahasa Indonesia. This effort also supports the promotion of Bahasa Indonesia in programming, in line with its recognition as one of the official languages of the United Nations. For further information, visit <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-29 09:06:13 UTC |
| Source: | https://github.com/cran/K4ProsesSiswa |
Mengonversi variabel numerik pada data konteks proses siswa TIMSS 2023 Kelas 4 menjadi kategori berbahasa Indonesia agar interpretasi analisis lebih jelas.
K4ProsesSiswa(data)K4ProsesSiswa(data)
data |
data.frame/tibble berisi variabel-variabel proses 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)) K4ProsesSiswa(df)df <- data.frame(IDPOP = c(1,2)) K4ProsesSiswa(df)