R/rlnorm2.R

Defines functions rlnorm2

Documented in rlnorm2

rlnorm2 <-
function(n, mean = exp(0.5), sdlog = 1) {
  rlnorm(n, log(mean) - sdlog^2/2, sdlog)
}

Try the bSims package in your browser

Any scripts or data that you put into this service are public.

bSims documentation built on Oct. 7, 2021, 9:13 a.m.