Hi,
I'm wondering whether it is possible to get an intraclass coefficient after a cross-classified regression. I used the following syntax:
Using the following commands returns an error:
Thanks in advance.
I'm wondering whether it is possible to get an intraclass coefficient after a cross-classified regression. I used the following syntax:
Code:
mixed var1 var2 if var3>=5 || _all: R.ResponseID || profileid:
Code:
. iccvar only _cons can have random effects r(9); . estat icc estat icc not allowed after crossed-effects models r(321);
Comment