xieliaing / SAS

This is the collection of my own SAS utility macros/ sample code over my past 10 years of SAS programming and analysis experience from 2004 to 2014.
GNU General Public License v2.0
306 stars 147 forks source link

y=(x + rannor(2315)*0.2 > 0.35 ) #13

Closed ydd623922941 closed 5 years ago

ydd623922941 commented 5 years ago

hi i have a small question in your AUC file. y=(x + rannor(2315)*0.2 > 0.35 )

why is rannor(2315) rather than other number and >0.35 ??

thanks!

robsannaa commented 5 years ago

The argument of RANNOR is the seed, check here: http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000202908.htm

xieliaing commented 5 years ago

robertosannazzaro was right on. close the issue.