In running the same do file, using the same dataset, I am getting slightly different answers each time.
For instance log of wage before I cleared was 9.94, when I cleared and restarted the same process using the same do file all over again it's now 10.01.
Also some variables somewhere along the way seem to lose some of their values. Example the education variable in my dataset ranges from 0 to 5. Midway through going through the same do file, the values becomes only 3-5. It's not because of any commands I'm typing, because if I clear and restart this process using the same do file and the same commands, it doesn't happen again.
Any idea what may be happening here?
For instance log of wage before I cleared was 9.94, when I cleared and restarted the same process using the same do file all over again it's now 10.01.
Also some variables somewhere along the way seem to lose some of their values. Example the education variable in my dataset ranges from 0 to 5. Midway through going through the same do file, the values becomes only 3-5. It's not because of any commands I'm typing, because if I clear and restart this process using the same do file and the same commands, it doesn't happen again.
Any idea what may be happening here?
Comment