Dear Statalisters,
I have 6 dependent variables (y1,...y6) and 10 independent variables (x1,...x10). I need to run each dependent variable on each independent variable separately. I want to export wild bootstrap pvalues for all 60 regesssions. Something like this
reg y x, cluster(clusterid)
boottest x, cluster(clusterid) seed(12345)
local pval = r(p)
I want to find a way to export all wild bootstrap pvalues of those 60 regression to one or few excel files. Could you give any suggestion on how to this?
Thanks
I have 6 dependent variables (y1,...y6) and 10 independent variables (x1,...x10). I need to run each dependent variable on each independent variable separately. I want to export wild bootstrap pvalues for all 60 regesssions. Something like this
reg y x, cluster(clusterid)
boottest x, cluster(clusterid) seed(12345)
local pval = r(p)
I want to find a way to export all wild bootstrap pvalues of those 60 regression to one or few excel files. Could you give any suggestion on how to this?
Thanks

Comment