Hello,
I’m new to Julia and currently conducting several IV regressions. I’d like to report the results using the following code:
regtable(ivmodel1, ivmodel2, ivmodel3, render = LatexTable(), digits = 5)
In economics, it’s common to display significance stars for p-values under 0.1. However, I’ve noticed that the output from this code does not include stars at the 10% level.
Is there a way to adjust the significance star thresholds in the regtable
function?
Sincerely,
JU.