Uniformly distributed random numbers between 0 and 1? Try ?runif > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of carol white > Sent: Wednesday, October 21, 2009 2:26 PM > To: [email protected] > Subject: [R] random numbers between 0 and 1 > > Hi, > To generate random numbers between 0 and 1, do you use rnorm followed by > dnrom? for ex, for 10 variables > > a = rnorm(10) > > a > [1] -0.87640764 -0.95842391 -1.33434559 -0.63844932 -1.69829393 > 0.80010865 > [7] -0.01026882 -0.23887516 2.29912600 -1.38352143 > > dnorm(a) > [1] 0.27171985 0.25202507 0.16378878 0.32538464 0.09432211 0.28966637 > [7] 0.39892125 0.38772103 0.02838403 0.15320103 > > > Regards, > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code.
______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

