[R] generating random numbers from the logit-normal distribution ?

Taka Matzmoto sell_mirage_ne at hotmail.com
Fri Jan 27 05:52:48 CET 2006


Hi R users

I like to generate random numbers from the logit-normal distribution.

Are there available simple commands  I can use?

I used to generate using

exp(rnorm(1000,0,1))/(1+exp(rnorm(1000,0,1)))

I am looking for a simple command such as rnorm().

Thanks in advance

TM




More information about the R-help mailing list