Hi!
I want to change the star levels to that *= less or EQUAL to 0.05, **= less or EQUAL to 0.01 and ***= less or EQUAL to 0.001, I can only change the star levels so that they demonstrate less than the assigned p-value. Does anyone know how to do this?
eststo: logit dep age [iweight=vikt_parti]
esttab, star (* 0.05 ** 0.01 *** 0.001)
Best
I want to change the star levels to that *= less or EQUAL to 0.05, **= less or EQUAL to 0.01 and ***= less or EQUAL to 0.001, I can only change the star levels so that they demonstrate less than the assigned p-value. Does anyone know how to do this?
eststo: logit dep age [iweight=vikt_parti]
esttab, star (* 0.05 ** 0.01 *** 0.001)
Best
Comment