Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Table1_mc

    Hi Statalist

    I am using the table1_mc add-on to create my table 1 as I find it quite nice.
    But I have a problem I hope you have a solution for. I have my column variable as an unexposed and an exposed group but I would like that these were stratified on sex (female/male). Is this possible to do in table1_mc?



  • #2
    I am not an expert on this program but here is one, possibly awkward, way: use -egen- with the "group" function to make your two binary variables into one variable with 4 categories; see
    Code:
    h egen
    note that this is a user-written program which can be found at SSC (as the FAQ requests you tell people)

    Comment

    Working...
    X