The only command I know that will fit such a model is something like this:
Code:
mixed absent ib(2).classtype ib("k").gradenum i.schid || _all: R.tchid || studntid:
Anyhow it won't run. I know because this simpler model, with only student random effects,
Code:
mixed absent ib(2).classtype ib("k").gradenum i.schid || _all: R.studntid
Code:
mixed absent ib(2).classtype ib("k").gradenum i.schid || _all: R.tchid
Clearly I can't run a model with both teacher and student random effects if I can't run a model with teacher or student random effects alone. At least not in -mixed-.
If the -mixed- command isn't usable for this model, is there something else that is? Many thanks for suggestions.
Best,
Paul
0 Response to Best command for cross-classified models
Post a Comment