SWMD: SWMD Data Subset

Description Usage Format Details Source References See Also Examples

Description

A subset of the COOL5-18 data (see below) with scores of 651 pupils nested in 30 classes on the 7-item Schaal Welbevinden Met Docenten [Scale Well-Being With Teachers] (Peetsma, Wagenaar, & de Kat, 2001; Zijsling, Keuning, Keizer-Mittelhauser, Naaijer, & Timmermans, 2017). R-code to get this subsample is available as online supplement to Koopman, Zijlstra, & Van der Ark (2020).

Usage

1

Format

A 651 by 8 data frame containing integers. The first column reflects a class indicator, the remaining columns the 7 items, see colnames(SWMD).

Details

Each item has five ordered answer categories from not true at all (score 0) to completely true (score 4).

Item Short Content
Item 1 lv_wdo1 The teachers usually know how I feel
Item 2 lv_wdo2 I can talk about problems with the teachers
Item 3 lv_wdo3 If I feel unhappy, I can talk to the teachers about it
Item 4 lv_wdo4 I feel at ease with the teachers
Item 5 lv_wdo5 The teachers understand me
Item 6 lv_wdo6 I have good contact with the teachers
Item 7 lv_wdo7 I would prefer to have other teachers (inversely coded)

The items were translated from Dutch. For the original items, see p. 79 in Zijsling et al. (2017).

Source

Data is a subset of respondents and items from the large-scale cohort study COOL5-18. http://www.http://www.cool5-18.nl/ (Zijsling et al., 2017). For entire dataset see https://doi.org/10.17026/dans-zfp-egnq Dataset is accessible after login.

References

Koopman, L. Zijlstra, B. J. H, & Van der Ark, L. A. (2020). A two-step procedure for scaling multilevel data using Mokken's scalability coefficients. Manuscript submitted for publication.

Peetsma, T. T. D., Wagenaar, E., & De Kat, E. (2001). School motivation, future time perspective and well-being of high school students in segregated and integrated schools in the Netherlands and the role of ethnic self-description. In J. Koppen, I. Lunt, & C. Wulf (Eds.), Education in Europe. Cultures, Values, Institutions in Transition (pp. 54–74). Munster/New York: Waxmann.

Zijsling, D., Keuning, J., Keizer-Mittelhaeuser, M.-A., Naaijer, H., & Timmermans, A. (2017). Cohortonderzoek COOL5-18: Technisch rapport meting VO-3 in 2014. Groningen: GION Onderwijs/Onderzoek. Retrieved November 16, 2018, from https://www.rug.nl/research/portal/files/41740853/Cool_afn1314_vo3_techrapport.pdf

See Also

MLcoefH, ICC,

Examples

1
2
3
4
5
# Data example (Koopman et al., 2020)
data(SWMD)

# Compute ICC
ICC(SWMD)

vandenman/mokken documentation built on April 12, 2020, 4:06 a.m.