Search found 2 matches
- Sat Feb 18, 2012 1:59 pm
- Forum: MLwiN user forum
- Topic: Newbie question: At what level does a covariate operate ?
- Replies: 2
- Views: 6418
Re: Newbie question: At what level does a covariate operate
MLwiN works out that it is a level 2 variable from the fact that its value is constant within each level 2 identifier. This can be demostrated by modifying the data prior to adding the variable to the model so that this is no longer the case. If you do this the subscript will then be ij instead of ...
- Fri Feb 17, 2012 9:23 pm
- Forum: MLwiN user forum
- Topic: Newbie question: At what level does a covariate operate ?
- Replies: 2
- Views: 6418
Newbie question: At what level does a covariate operate ?
For example, section 5.3.5 of the centre for multilevel modeling online course, Module 5 practical, the covariate schtype is added the the model. After adding, it has the subscript j instead of ij. But how does MLwiN know that it's a level 2 variable ? Where/how in the program is this set ? Or does ...