shape and scale.hlnorm(x, meanlog = 0, sdlog = 1,
shape = 1 / sdlog, scale = exp(meanlog), log = FALSE)
Hlnorm(x, meanlog = 0, sdlog = 1,
shape = 1 / sdlog, scale = exp(meanlog), log.p = FALSE)hlnorm gives the hazard function, and
Hlnorm gives the cumulative hazard function. Invalid arguments will result in return value NaN, with a warning.
Lognormal for further details.