用parallel跑bootstrap数据,基于很奇怪的原因,跑了10核心数据结果有一个结果挂了
问题是其他9个核心的结果去哪里了呢??
比如说,我跑了10核心*5次
temp文件下下面只有每个核心5次回归的最终表格(),没有单个核心的跑出来的回归系数啊。这样至少其他9个核心的结果是对的,可以再利用
比如: 
         x1  x2   x3   x4
rep1
rep2
...
rep100
比如,temp文件夹里面出来就是5个replication的结果, 我其实是想要的是这5次的每次的系数啊,
Bootstrap results                                      Number of obs = 309,952
                                                       Replications  =       5
                           (Replications based on 181,104 clusters in houseid)
------------------------------------------------------------------------------
             |   Observed   Bootstrap                         Normal-based
             | coefficient  std. err.      z    P>|z|     [95% conf. interval]
-------------+----------------------------------------------------------------
x1|   .9587537   .0004994  1919.87   0.000     .9577749    .9597325
x2|   .4282445   .0016326   262.31   0.000     .4250447    .4314443
x3|  -.0858875   .0266078    -3.23   0.001    -.1380379   -.0337371
x4|  -.1022842   .0406341    -2.52   0.012    -.1819256   -.0226428
------------------------------------------------------------------------------
r(601);
child process 0006 has exited without error...
child process 0003 has exited without error...
child process 0009 has exited without error...
child process 0008 has exited without error...
child process 0002 has exited without error...
child process 0001 has exited without error...
child process 0004 has exited without error...
child process 0010 Exited with error -601- while running the command/dofile (view log)...
child process 0007 has exited without error...
child process 0005 has exited without error...
--------------------------------------------------------------------------------
Enter -parallel printlog #- to checkout logfiles.
--------------------------------------------------------------------------------
1 child processes encountered errors. Throwing last error.