for example, I have a sample of 2000 students from 50 schools.

I want to randomly drop 2 schools and run a regression. Repeat this process 500 times. (I can do this)

What I don't know is that how to save 500 outputs (or coefficient) of regression? And draw the kdensity of 500 coefficients?

Thank you very much!