Hi,
I'm analyzing a three-level model I've run with mixed. It produces the following table for the variances at each level:
mixed EoYLitAC treat || School_ID: || dv_unique_class_ID:, mle variance
------------------------------------------------------------------------------
Random-effects Parameters | Estimate Std. Err. [95% Conf. Interval]
-----------------------------+------------------------------------------------
School_ID: Identity |
var(_cons) | 31.35756 15.07998 12.21788 80.48013
-----------------------------+------------------------------------------------
dv_unique_~D: Identity |
var(_cons) | 61.52315 15.90861 37.06256 102.1272
-----------------------------+------------------------------------------------
var(Residual) | 534.9115 17.84789 501.0496 571.0619
------------------------------------------------------------------------------
I then ran the post-estimation command estat icc which produces the following:
----------------------------- ------------- -------------- ----------- ----------
Level ICC Std. Err. [95% Conf. Interval]
----------------------------- ------------- -------------- ----------- ----------
School_ID 0.049949 0.0235154 0.019517 0.1219309
dv_unique_class_ID|School_ID 0.1479482 0.0220688 0.1096902 0.1966033
----------------------------- -----
However when calculating manually I get the following:
ICC_school = 31.35756/(31.35756+61.52315+534.9115) = 0.04994894728 (i.e. the same as estat ICC)
ICC_class = 61.52315/(31.35756+61.52315+534.9115)=0.09799922493 (i.e. different to estat ICC)
Does estat icc estimate the ICCs differently?
Thanks for your help
Robert Wishart
Related Posts with estat icc reporting of Intra-cluster correlation in three-level linear regression (mixed) different from manually calculation...
intra class correlationHi to everybody, I' ve to calculate ICC (It's for me the first time) I'll try to explain the proble…
'var' invalid name even though it is in my codeHello! I am trying to test for interaction terms in my propensity model however I get the error mess…
Can lrtest be performed with sqreg or if not what is the alternative method.Dear All, As part of my research, I have conducted the LR test to compare both the unrestricted and…
Geonear commandHi there! I have been trying to use the Geonear command but I am getting a r(459) error stating tha…
Profit frontierHello, I have estimated the stochastic profit frontier but I need assistance on how to estimate allo…
Subscribe to:
Post Comments (Atom)
0 Response to estat icc reporting of Intra-cluster correlation in three-level linear regression (mixed) different from manually calculation...
Post a Comment