Announcement

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

  • Append and ovelaps

    Hi all,

    After appending two datasets, how can we find whether these two datasets have some same id?

    Thanks,

    Jack Liang

  • #2
    Hi Jack. Here are some commands you may find helpful. Replace id with the name of your ID variable if necessary.

    Code:
    help duplicates
    duplicates report id
    duplicates list id
    duplicates drop id, force
    --
    Bruce Weaver
    Email: [email protected]
    Version: Stata/MP 18.5 (Windows)

    Comment

    Working...
    X