Announcement

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

  • Variating number of obs.

    Hello Forum,

    I've got the problem that my number of obs. differs every time I run my Do-Files (generation of data (by merge) and variables, casewise deletion) about +/- 5 cases. The results of merging seem to be the same every time so I don't think that the problem is related to this process. Does anyone have an idea?
    Note: since I'm using a remote version with high standards of data protection I'm not able to post the syntax. But maybe, someone has an idea.

    Thank's a lot
    Johannes

  • #2
    If you have sort commands in the do-files, use the -stable- option. See -help sort-

    Code:
    sort, stable

    Comment


    • #3
      Thank you very much, Andrew! It seems like this is the solution.

      Best regards
      Johannes

      Comment

      Working...
      X