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...
Sensitivity analysis for Meta-analysisI am new in STATA 16.0 How could I run sensitivity analysis for meta-analysis using STATA? …
xtserial and xttest2Hello, I am running a panel regression using xtreg, fe with an unbalanced dataset (small T, large N…
Include Dummy variable in Time Series Analysis, analyze subsamplesHello, I am currently analyzing the relationship between consumption and income and I have quarterl…
Diff-in-Diff-in-Diff (DDD) using multiple countries and time periodsHello, I am trying to understand how to perform a Diff-in-Diff-in-Diff (DDD) in Stata as explained …
Residual centering (i.e., orthogonalizing)Hello All stata list members, How can i do it in stata if my two variables are x1 ,x2 and its Produc…
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