I am trying to specify a model using the mixed command with cross random effects nested within a group and need help in writing the command.
The data structure has teacher and observer crossed effects and teachers and observers are nested within schools. This was my attempt at writing the command:
Can someone confirm that this model reflects the data structure I described? Thank you!
The data structure has teacher and observer crossed effects and teachers and observers are nested within schools. This was my attempt at writing the command:
Code:
mixed outcome || schools: || _all: R.observer || teacher:
Comment