Clinical SAS: Identify the overlap of dates in exposure intervals

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 6

  • @nayakbibhuti085
    @nayakbibhuti085 6 месяцев назад

    Nicely explained , could please tell me if we have different type of AEterm will available with this AE dataset how how do I check overlap dates in between Startdate and stop date

    • @mycsg
      @mycsg  6 месяцев назад

      could you please elaborate or rephrase the question... i didn't get your question

  • @nayakbibhuti085
    @nayakbibhuti085 6 месяцев назад

    We can make it by using lag function within 5 line

    • @mycsg
      @mycsg  6 месяцев назад

      lag solution is not efficient when overlapping date records are not consecutive ... it may not even work...

  • @laurendai1731
    @laurendai1731 2 месяца назад

    MERGE EX(IN=A) DATES03(IN=B) , Ex? SHOUBE MERGE DATES02(IN=A) DATES(IN=B)

    • @mycsg
      @mycsg  2 месяца назад

      no, the purpose of this merge is to visually examine the source records where at least one overlap exists...