To generate a nice looking summary table, i'm using the outreg2 command. In this table, I made a distinction whether they participate in the crypto market or not, this is the variable cmp and has a value 0 if they do not participate and value 1 if they participate. To generate the table, I use the command: bysort cmp: outreg2 using descr, word sum(log). However, in my dataset I have multiple categorical variables, for example education. For education i made a distinction between level 1 till level 5 with value 1 till 5. In the table I only see education, and there is no distinction between the different levels. Is there a way to generate in table in which these different levels of education are all seperated? (In the attachment you see that education is one single variable, but is it possible to show it as Level 1, Level 2 etc.)
Kind regards, Rens
Comment