Hello all, I have a dataset of 800,000 observations.
I am using the entire dataset for propensity scores
To give me consistent results I am using the seed function . does it matter if my seed is 1234 rather than 1234567 (i.e greater than 800,000)
Set seed 1234
Gen sort_id = uniform()
Sort sort_id
I am using the entire dataset for propensity scores
To give me consistent results I am using the seed function . does it matter if my seed is 1234 rather than 1234567 (i.e greater than 800,000)
Set seed 1234
Gen sort_id = uniform()
Sort sort_id
Comment