Dear All,
I'm trying to make an analysis with plausible values. The dependent variable is english skills of students. As the study design included incomplete booklets 5 plausibel vlaues were created for the test results.
To make things more complicated, it is a multilevel data structure (Students nested in classes, nested in schools, nested in school types).
Now for the start I wanted to calculate a simple model with only gender, age and migration status as independent variables on the individual level and no variables on the other levels.
It looks like it worked (at least there was no error message), but the output lookes quite different from what I'm used to and I would be so thanksful to get a few hints from some of you
This is the command I used:
pv, pv (pv1 pv2 pv3 pv4 pv5): mixed @pv Age Sex German ||idclass: , cov(un) ||idschool: , cov(un) || schooltype: , cov(un)
And this is the output I got:
Estimates for pv1 complete
Estimates for pv2 complete
Estimates for pv3 complete
Estimates for pv4 complete
Estimates for pv5 complete
Number of observations: 598
Average R-Squared: .
Coef Std Err t t Param P>|t|
pv5: Age -.00253257 .0023581 -1.0739901 . .
pv5: Sex .16583687 .06449874 2.5711647 . .
pv5: Deutsch .05954325 .06045505 .98491764 . .
pv5: ISEI .00362554 .00172722 2.0990664 . .
pv5:_cons -.19917917 .11831648 -1.683444 . .
lns1_1_1:_cons -1.8443343 55.885289 -.03300214 . .
lns2_1_1:_cons -1.8443525 55.917522 -.03298344 . .
lns3_1_1:_cons -1.8443384 55.922589 -.0329802 . .
lnsig_e:_cons -.59434564 .03554486 -16.721 . .
Is this what it is sopposed to look like? If it is, why is there no indication of significants in the last two columns?
I'm quiet confused. I wasn't able to find a useful discripiton anywhere.
Could someone help me out here?
Thanks in advance
Minka
P.S.:If there is already a thread to this topic, please let me know
I'm trying to make an analysis with plausible values. The dependent variable is english skills of students. As the study design included incomplete booklets 5 plausibel vlaues were created for the test results.
To make things more complicated, it is a multilevel data structure (Students nested in classes, nested in schools, nested in school types).
Now for the start I wanted to calculate a simple model with only gender, age and migration status as independent variables on the individual level and no variables on the other levels.
It looks like it worked (at least there was no error message), but the output lookes quite different from what I'm used to and I would be so thanksful to get a few hints from some of you

This is the command I used:
pv, pv (pv1 pv2 pv3 pv4 pv5): mixed @pv Age Sex German ||idclass: , cov(un) ||idschool: , cov(un) || schooltype: , cov(un)
And this is the output I got:
Estimates for pv1 complete
Estimates for pv2 complete
Estimates for pv3 complete
Estimates for pv4 complete
Estimates for pv5 complete
Number of observations: 598
Average R-Squared: .
Coef Std Err t t Param P>|t|
pv5: Age -.00253257 .0023581 -1.0739901 . .
pv5: Sex .16583687 .06449874 2.5711647 . .
pv5: Deutsch .05954325 .06045505 .98491764 . .
pv5: ISEI .00362554 .00172722 2.0990664 . .
pv5:_cons -.19917917 .11831648 -1.683444 . .
lns1_1_1:_cons -1.8443343 55.885289 -.03300214 . .
lns2_1_1:_cons -1.8443525 55.917522 -.03298344 . .
lns3_1_1:_cons -1.8443384 55.922589 -.0329802 . .
lnsig_e:_cons -.59434564 .03554486 -16.721 . .
Is this what it is sopposed to look like? If it is, why is there no indication of significants in the last two columns?
I'm quiet confused. I wasn't able to find a useful discripiton anywhere.
Could someone help me out here?
Thanks in advance
Minka
P.S.:If there is already a thread to this topic, please let me know
Comment