| From | Richard Williams <[email protected]> |
| To | [email protected] |
| Subject | Re: st: RE: Create Dataset from Nowhere in Stata |
| Date | Thu, 25 Aug 2005 17:23:45 -0500 |
At 10:34 PM 8/25/2005 +0100, Nick Cox wrote:
Absolutely.
set obs 100
forval j = 1/10 {
gen v`j' = uniform()
}
Depending on what you want to do, also check out commands like -corr2data-,
-drawnorm- and -simulate-.Unless you happen to have one of its 30 year old manuals, it is hard to find out. I don't think it wants its business customers to know anything about its social science origins.P.S. what's SPSS?
| © Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |