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...
Testing for outliers with multiple imputation in panel dataAs the title says, I have a outlier in my panel data (2 time periods) with MI. I was wondering what …
Levels of multiple similar variablesDear all, I have a data-set like the one below which reports the share of let's say export of ID to…
Help with simple analysis Panel DataHello everyone, Let me first say that I'm a completely new when it comes to statistics. I'm analyzi…
Generate variable and fill up missing valuesHello, I have a list of companies (id) and I want to identify the highperfomer (money = 5). Unfortun…
System GMM: estimates post: matrix has missing values errorHi there, I'm trying to update the IMF working paper on Redistribution, Inequality and Growth (2018…
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