Learn R Programming

AHSurv (version 0.1.0)

pexpweibull: Exponentiated Weibull (EW) Cumulative Distribution Function.

Description

Exponentiated Weibull (EW) Cumulative Distribution Function.

Usage

pexpweibull(t, lambda, kappa, alpha, log.p = FALSE)

Arguments

t

: positive argument

lambda

: scale parameter

kappa

: shape parameter

alpha

: shape parameter

log.p

:log scale (TRUE or FALSE)

Value

the value of the EW cumulative distribution function

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
pexpweibull(t=t, lambda=0.65,kappa=0.45, alpha=0.25, log.p=FALSE)

# }

Run the code above in your browser using DataLab