Chapter 2 Introduction

When evaluating data in the educational field and in many other fields, researchers often run into the problem of their data being nested or clustered. When this occurs, they are no longer able to use multiple regression, as they would be violating the independent observations assumption, and may instead turn to multilevel modeling. With multilevel modeling, a researcher is able to handle students nested in schools and patients nested in nurses, as well as longitudinal models where time points are nested within individuals. However, a key facet to all of these models is the strict hierarchical nature of the data: each level one unit (students, patients, or time points) is nested within one, and only one, level 2 unit (school, nurse, individual). If we were to draw this relationship, it would look like Figure 1: there are no lines that are crossed, and each level one unit is associated with only one level two unit. This can also be represented in table form; a true hierarchical model will only have one row.

Figure 1: A pure hierarchical model

(#fig:fig 1)Figure 1: A pure hierarchical model

(#tab:true hierarchical table)Data distribution indicating a true hierarchical model
student Math_Teacher_1 Math_Teacher_2 Math_Teacher_3
student 1, 2 3, 4 5, 6

Two level strict hierarchical models can be written as two separate equations, each representing a level of the model.
\[y_{ij} = \beta_{0j} + r_{ij}\] \[\beta_{0j} = \gamma_{00} + u_{0j}\],

With these equations, \(y_{ij}\) is outcome and \(\beta_{0j}\) represents intercepts. In the intercept-only model presented, there are no slope components, but if we were to add in predictors, we could examine how slopes vary. \(r_{ij}\) is the random variation in level one, while \(u_{0j}\) is random variation in level 2 (Snijders and Bosker 2012).

2.1 Non-hierarchical models in brief

While data can be purely hierarchical as described above, situations often arise when level 1 units do not fit neatly into one and only one level 2 cluster. One example of this type of non-hierarchical model is a cross-classified model. In this instance, level 1 units are members of more than one level two cluster, but there is not a pure hierarchy. For example, students may be nested within both biology classes and chemistry classes, with the outcome measurement being science knowledge. It would seem wise to take into account both the impact of biology classes as well as chemistry classes. However, students who were in the same biology class are not all in the same chemistry class. This situation would require the use of a cross-classified model. Cross-classified models, like pure hierarchical models, can also be represented in table or visual form. In table form, the cross classified structure becomes evident when there are level one units in more than one row and column. In the simple example below, there are multiple cells filled in both rows (Physics Teacher 1 and 2) and in columns (Math Teacher 2) (Beretvas 2011).
Figure 2: A Cross-classified model

(#fig:fig 2)Figure 2: A Cross-classified model

(#tab:cc table)Data distribution indicating a cross-classified model
X. Physics.Teacher.1 Physics.Teacher.2
Math Teacher 1 1, 2
Math Teacher 2 3 4
Math Teacher 3 5, 6
Another type of non-hierarchical model is a multiple membership model. In this instance, there is only one level 2 cluster being considered, but the level 1 units do not all belong to one and only one cluster. These types of models are frequently employed in education to model what are termed mobile students: students who attend more than one school over a given time frame. An example of mobile students might be those who attend more than one elementary school prior to a state-wide 5th grade test. Multiple membership data are also evident in table form, as well as in a unit diagram. As with the other diagrams, however, these can quickly become visually confusing with large data sets Beretvas (2011).
Figure 3: A Multiple Membership model

(#fig:fig 3)Figure 3: A Multiple Membership model

(#tab:mm table)Data distribution indicating a multiple membership model
Student.ID Math.Teacher.1.ID Math.Teacher.2.ID Math.Teacher.3.ID
1 X
2 X
3 X X
4 X
5 X X

Moving forward, we will focus exclusively on multiple membership models, going more in-depth into their intricacies as well as walking through a tutorial running a model and interpreting the output.

References

Beretvas, S. Natasha. 2011. “Cross-Classified and Multiple-Membership Models.” In Handbook for Advanced Multilevel Analysis, 313–34. Routledge Taylor; Francis Group.
Snijders, T. A. B., and R. J. Bosker. 2012. “The Random Intercept Model.” In Multilevel ANalysis: An Introduction to Basic and Advanced Multilevel Modeling, 41–73. SAGE Publications Inc.