Announcement

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

  • Showing proportions in tables with subcolumns

    Dear community,

    How do I show the proportion female/male for each income quintile as shown in the following table? I have the following variables specified:

    Code:
    q_ipcn: income quintile 
    enaho: year
    A4: sex
    itrbt: labor income
    Click image for larger version

Name:	stataforum.png
Views:	1
Size:	7.1 KB
ID:	1496644


    I have tried adding the col() option to the following command but with no success:

    Code:
    table q_ipcn A4 enaho, c(mean itrbt)
    Thank you and sorry for the messy post, it is my first time posting here!

  • #2
    dear Dan Kohl
    You can use

    h tabout

    Comment

    Working...
    X