Is there a way of comparing the variance explained by company fixed effects vs variance explained by certain independent variable? So for example, in the following dataset, how I can compare
the variance explained by read score to variance explained by pid fixed effects?
the variance explained by read score to variance explained by pid fixed effects?
Code:
use https://stats.idre.ucla.edu/stat/stata/webbooks/logistic/hsbcl, clear logit honcomp read math clogit honcomp read math, group(pid)
Comment