Despite that the labels are shown in STATA when I run the regression as the categories of my regression variables,
using the ASDOC command generates a table with no unique labels for each variable category
for example, in stata I see the categories of the employment status variable while in the asdoc table it just lists all categories with the name of the variable instead of ( regular, Part-Time Employment, etc.)
)
using the ASDOC command generates a table with no unique labels for each variable category
for example, in stata I see the categories of the employment status variable while in the asdoc table it just lists all categories with the name of the variable instead of ( regular, Part-Time Employment, etc.)
HTML Code:
asdoc probit ntu al_hh i.educ i.eu_nat i.pgemplst_gen if D_g==1 & shh==0, replace nest cnames(Simple probit)