| Title: | School Context Data Files for TIMSS 2023 Grade 4 |
|---|---|
| Description: | The official TIMSS 2023 website provides the School Context Data Files for TIMSS 2023 Grade 4 in rdata format. However, the available data are presented solely in the form of numerical values. This package aims to transform the numerical data into categorical data, thereby enabling clearer interpretation and reducing ambiguity in statistical data analysis. Furthermore, the category labels are presented in Bahasa Indonesia. This initiative is intended as a contribution to promoting and expanding the use of Bahasa Indonesia in the field of programming, in line with its designation as one of the official languages of the United Nations General Assembly. |
| Authors: | Fadhlul Mubarak [aut, cre], Vinny Yuliani Sundara [aut], Nurniswah [aut], Fakhrur Razi [aut] |
| Maintainer: | Fadhlul Mubarak <[email protected]> |
| License: | GPL-3 |
| Version: | 0.1.0 |
| Built: | 2026-05-22 08:16:15 UTC |
| Source: | https://github.com/cran/K4Sekolah |
Mengonversi variabel numerik pada data konteks sekolah TIMSS 2023 Kelas 4 menjadi kategori berbahasa Indonesia agar interpretasi analisis lebih jelas.
K4Sekolah(data)K4Sekolah(data)
data |
data.frame/tibble berisi variabel-variabel sekolah TIMSS. |
Pelabelan mengikuti dokumentasi resmi TIMSS 2023.
data.frame/tibble yang berisi kolom-kolom kategori (berlabel Indonesia).
df <- data.frame(IDGRADE = c(3,4)) K4Sekolah(df)df <- data.frame(IDGRADE = c(3,4)) K4Sekolah(df)