Hi everyone,
I have a question about the set seed command in Stata.
I have drawn 1000 samples from a dataset using the command
Now I want to get a completely different sample dataset (no overlap with the previous one). Would it work if I set a different seed number such as 5678?
Thanks and I appreciate your reply.
I have a question about the set seed command in Stata.
I have drawn 1000 samples from a dataset using the command
set seed 1234
sample 1000,count
sample 1000,count
Thanks and I appreciate your reply.
Comment