Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: -generate- and run time contingencies


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: -generate- and run time contingencies
Date   Mon, 30 Jan 2006 11:36:34 -0500

At 11:15 AM 1/30/2006, n j cox wrote:
// not tested, but simplified
gen x = uniform()
capture assert x >= 0.8

while _rc {
        replace x = cond(x < 0.8, uniform(), x)
        capture assert x >= 0.8
}
That works too. It seemed a little quicker but I didn't time it.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* 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