Quantcast
Channel: Statalist
Viewing all articles
Browse latest Browse all 73200

Intraclass Correlation Coefficient after melogit

$
0
0
Hello,

I am using Stata-MP 13.1. I am using -melogit- to analyze two-level models with cluster robust standard errors, following which I would like to compute the intraclass correlation coefficient.
Code:
webuse bangladesh
melogit c_use urban age child* || district:, or vce(cl district)
estat icc
However, when I enter the -estat icc- command, I get the following error
Code:
estat icc not allowed after estimation with robust standard errors r(321)".
When I use -xtlogit- instead of -melogit-, the output does provide the rho value.
Code:
webuse bangladesh
xtset district
xtlogit c_use urban age child*, or vce(cl district)
Would you'll please help me understand why I should not be calculating an icc/rho after -melogit-

Thank you,
Caroline

Viewing all articles
Browse latest Browse all 73200


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>