Hi,
I'm fairly new to stata and have a problem with the table1_mc command. I want to create a table that shows baseline characteristics for my whole sample (N=1200) as well as for two subgroups of that sample who have either participated in a program and those who have not. So ideally, the table would have three columns. If i use the code:
table1_mc, by(myexposurevariable) (vars variable1 variable2 etc.)
that leaves out the total and just focuses on intervention vs non-intervention. I feel like my problem is fairly simple but I don't know how to fix this, so any help would be greatly appreciated!
I'm fairly new to stata and have a problem with the table1_mc command. I want to create a table that shows baseline characteristics for my whole sample (N=1200) as well as for two subgroups of that sample who have either participated in a program and those who have not. So ideally, the table would have three columns. If i use the code:
table1_mc, by(myexposurevariable) (vars variable1 variable2 etc.)
that leaves out the total and just focuses on intervention vs non-intervention. I feel like my problem is fairly simple but I don't know how to fix this, so any help would be greatly appreciated!
Comment