Hello!
I'm currently working with a Dataset with over 330,000 obs. I'd like to take samples of 5000 obs without replacement, and run a regression for each subgroup of data. (66 datasets with 5000 obs each).
Is there a command that can run the 66 regressions and store the Coefficients and Standard Errors so that I can find an average at the end?
I've seen that parmest or parmby can help with that, but I don't know the command.
The regression that I'm working with is:
reg lnwage educ
Thanks,
Sean
I'm currently working with a Dataset with over 330,000 obs. I'd like to take samples of 5000 obs without replacement, and run a regression for each subgroup of data. (66 datasets with 5000 obs each).
Is there a command that can run the 66 regressions and store the Coefficients and Standard Errors so that I can find an average at the end?
I've seen that parmest or parmby can help with that, but I don't know the command.
The regression that I'm working with is:
reg lnwage educ
Thanks,
Sean
Comment