Announcement

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

  • How to create table of summary statistics of continuous variables and frequencies of categorical/dummy variables

    Hello everyone,

    I have 11 categorical or dummy variables that i want to display frequency data on, and two continuous variables that i want to show means and standard deviations for, and I want to put them into one neat table exported from stata. The tab1 and summ commands respectively allow me to see this information, but I'm struggling with a way to incorporate all of this into one (or at least two tables) table and export it to MS Word. Does anyone have any suggestions? I've watched videos on youtube about tab, summ and table etc but can't seem to make any progress.

    Here is my current code:

    tab1 Comp_Cat yrs_treatment start_up mother national mbimonthly LAC Africa condachiev supply meetses
    summ primsub2015 pnet

  • #2
    there are several user-written routines for this; use -search- to find an download; here are some example names of user-written programs: table1.ado, table1_mc.ado, basetable.ado, baselinetable.ado, partchart.ado, sumtable.ado, and there may be others - some at SSC, some at Stata Journal

    Comment


    • #3
      Thanks Rich! Table1 works perfectly.

      Comment

      Working...
      X