I am interested in estimating and testing for the significance of individual random effects (u_i). I understand that u_i can be estimated after a xtreg (with re) and using predict (with the u option). I also understand that the model assumes that u_i is iid with a constant variance (sigma_u_2). I wish to test the individual significance of each u_i. In constructing the t-ratio I assume it will be (u_i/sigma_u) where the u_i comes from predict and sigma_u is generated as part of the xtreg (re) output. I hope this is sensible?
My lack of understanding now starts. If u_i is iid then in large enough samples it will be niid (normal) with a standard error of sigma_u. We know in a normal distribution that only a small fraction of observations fall outside of the 95% range +/- 1.96(sigma_u). Now the fact then we use sigma_u in generating the t-ratio for testing does this mean only 5% of estimated u_i will be significantly different from zero at the 5% level, and this holds in all cases for RE individual predictions in large enough samples?
Any explaining references or applications would be appreciated.
I am not sure that what I wish to do makes any sense at all?
Regards, Eddie
My lack of understanding now starts. If u_i is iid then in large enough samples it will be niid (normal) with a standard error of sigma_u. We know in a normal distribution that only a small fraction of observations fall outside of the 95% range +/- 1.96(sigma_u). Now the fact then we use sigma_u in generating the t-ratio for testing does this mean only 5% of estimated u_i will be significantly different from zero at the 5% level, and this holds in all cases for RE individual predictions in large enough samples?
Any explaining references or applications would be appreciated.
I am not sure that what I wish to do makes any sense at all?
Regards, Eddie
Comment