Learn R Programming

AHSurv (version 0.1.0)

CHLN: Lognormal (LN) Cumulative Hazard Function.

Description

Lognormal (LN) Cumulative Hazard Function.

Usage

CHLN(t, kappa, alpha)

Arguments

t

: positive argument

kappa

: meanlog parameter

alpha

: sdlog parameter

Value

the value of the LN cumulative hazard function

Examples

Run this code
# 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