<>
Your "seed generating process" for "sd" also uses -uniform()-, i.e. your
first line is itself dependent on a -seed-.
Some Statalisters also use the current date, such as in -set seed
`=date("`c(current_date)'", "DMY")'- to -set seed-...
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Barth Riley
Gesendet: Mittwoch, 25. November 2009 15:35
An: [email protected]
Betreff: st: Generating random numbers
Hello
I have written a program in Stata to create several datasets containing
simulated item response values, which are based on randomly generated item
response theory parameters. I am finding that the randomly generated
parameters for each dataset are following a predictable pattern (one set of
parameter values for odd-numbered datasets; another set of values for
even-numbered datasets). I have been using the set seed command to try to
avoid this repetitive pattern, for example:
local sd = `j' * int(uniform() * 1000)
set seed `sd'
...
local b = invnormal(uniform())
Where `j' is a forvalues counter variable. Is there a better way to do this?
Thanks
Barth
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/