Announcement

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

  • appending the frequency tables and exporting them

    I would like to modify the code below such that each frequency table is appended to the previous one and the appended final tables to be exported to a single spreadsheet.

    foreach v in `factor' {
    fre `v'
    }

  • #2
    See help table and help collect export
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment

    Working...
    X