Announcement

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

  • #16
    The code I wanted to generate also depends also on diploma_all on #1.
    Ah sorry I missed that. In which case, you could easily do this:

    Code:
    recode ts (309 = 1) (334 = 2) (335 = 3) (339 = 4) (354 = 5) (371 = 6) if diploma_all == 3, gen(hesge_all)
    Last edited by Hemanshu Kumar; 17 Nov 2022, 07:26.

    Comment

    Working...
    X