Closed ben-domingue closed 1 month ago
email permission 10-4-2024
A total of 453 children participated, including 207 boys and 246 girls. The QADT, Brief Multidimensional Students' Life Satisfaction Scale (BMSLSS) and Center for Epidemiological Studies Depression Scale for Children - (CES-DC) were used to measure variables.
Processed data: QADT_Kleka_2023.csv
Code:
library(tidyverse)
load('zr_cleaned.rda')
df <- zr |>
select(OSOBA, fala, ZR_1:ZR_12) |>
pivot_longer(c(ZR_1:ZR_12),
names_to = "item",
values_to = "resp") |>
filter(!is.na(resp)) |>
rename(id = OSOBA, wave = fala)
write.csv(df, "QADT_Kleka_2023.csv", row.names=FALSE)
Hii Savira! I think this one looks great! I'm not sure what "klasa" is tho but I guess that is ok.
Some translations for column names in case we want to further review later: fala: wave plec: gender ZR_SUMA: sum score OSOBA: person = id
tagging @saviranadela about the above
actually @saviranadela ignore. i think we are all good. i am closing this one. well done team!!!
https://osf.io/6vqp3/