How do you obtain the residual variance in a model? Im trying to see what
percentage of total variance is explained by the variables in the model. So
for instance, when I run:
gllamm y, i(size country) link(ologit) adapt
I obtain
Variances and covariances of random effects
------------------------------------------------------------------------------
***level 2 (size)
var(1): .05399151 (.04772325)
***level 3 (country)
var(1): 0.0116962 (0.0113)
------------------------------------------------------------------------------
So is residual variance(ie unexplained variance)
just=1-(0.05399151)-(0.0116962)?
No. There are no natural concepts of total or explained variances