Announcement

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

  • #16
    Mom_ID can be the grouping variable and Inf_ID the sorting variable. If the first infant has the lowest value, the following works.

    Code:
    bys Mom_ID (Inf_ID): keep if _n==1

    Comment

    Working...
    X