ben-domingue / irw

Code related to data for the Item Response Warehouse
https://datapages.github.io/irw/
7 stars 12 forks source link

Achieving mental wellness in school-aged children: Validating a questionnaire to measure developmental task completion (QADT) #576

Closed ben-domingue closed 1 month ago

ben-domingue commented 1 month ago

https://osf.io/6vqp3/

ben-domingue commented 1 month ago

email permission 10-4-2024

saviranadela commented 1 month ago

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.

QADT_anon.pdf

saviranadela commented 1 month ago

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)
saviranadela commented 1 month ago

PR: https://github.com/ben-domingue/irw/pull/612

KingArthur0205 commented 1 month ago

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

ben-domingue commented 1 month ago

tagging @saviranadela about the above

ben-domingue commented 1 month ago

actually @saviranadela ignore. i think we are all good. i am closing this one. well done team!!!