A couple of questions that I have not been able to find an answer to. I apologize for how simple they are but, in Stata, I usually fin the simple things are the most difficult:
1. How to remove the parentheses around the percentages shown in the table:
dtable i.stay i.own i.agex i.fam_status i.wrkly i.foreign i.ethnic i.division [pw=asecwt], by(year, nototals) ///
title(Title) nosample factor(, statistics(fvpercent))
2. How to move the N to below the horizontal line at the bottom.
Thanks,
1. How to remove the parentheses around the percentages shown in the table:
dtable i.stay i.own i.agex i.fam_status i.wrkly i.foreign i.ethnic i.division [pw=asecwt], by(year, nototals) ///
title(Title) nosample factor(, statistics(fvpercent))
2. How to move the N to below the horizontal line at the bottom.
Thanks,

Comment