For example i have 100 columns named var...
I wrote code for them like this:
and like this 100+ more strings

I want to see only that models, which p<0.050 , ICC>0.5 , Prob> chi2 ≠ 0
Should i check it manually, or i can check all 100 models automatically?
I wrote code for them like this:
Code:
xtmixed Y X1 X2 time c.X1#c.time c.X2#c.time var128 c.var128#c.X1 c.var128#c.X2 c.var128#c.X1#c.time c.var128#c.X2#c.time || company: ,cov(un) variance mle xtmrho test var128 xtmixed Y X1 X2 time c.X1#c.time c.X2#c.time var129 c.var129#c.X1 c.var129#c.X2 c.var129#c.X1#c.time c.var129#c.X2#c.time || company: ,cov(un) variance mle xtmrho test var129 xtmixed Y X1 X2 time c.X1#c.time c.X2#c.time var135 c.var135#c.X1 c.var135#c.X2 c.var135#c.X1#c.time c.var135#c.X2#c.time || company: ,cov(un) variance mle xtmrho test var135
I want to see only that models, which p<0.050 , ICC>0.5 , Prob> chi2 ≠ 0
Should i check it manually, or i can check all 100 models automatically?
Comment