Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Generating random numbers


From   "Barth Riley" <[email protected]>
To   <[email protected]>
Subject   st: Generating random numbers
Date   Wed, 25 Nov 2009 08:34:40 -0600

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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index