Closed dreistein543 closed 2 years ago
as for the issue of output bootstrap
results, I have another more mature approach, but this problem may occur in other situations.
The missing line is due to the fact that the table body only contains a single row. The subroutine adding the lines does not seem to be prepared for this situation. I'll see whether I can fix this.
I now looked into that. It would be quite an effort to cover this special case. I would prefer not to touch this.
OK, as you said, this issue occurs only when the table body containing a single row, which is just a very extreme situation. it seems worthless to fix it at a cost of much effort.
thank you for your work.
Never mind. I found a relatively simple solution to fix the problem and posted an update. The line will now be printed also if the table body only contains a single line.
@benjann You can re-close this issue now that you've addressed it.
When I try to output bootstrap results stored in a matrix, the line between table head-row and content-row misses, which can display well in Stata.
However, if I input a matrix manually, esttab works well.