Lognormal (LN) Cumulative Hazard Function.
CHLN(t, kappa, alpha)
: positive argument
: meanlog parameter
: sdlog parameter
the value of the LN cumulative hazard function
# NOT RUN {
t=runif(10,min=0,max=1)
CHLN(t=t, kappa=0.75, alpha=0.95)
# }
Run the code above in your browser using DataLab