Learn R Programming

WARDEN (version 0.99.1)

pcond_gompertz: Survival Probaility function for conditional Gompertz distribution (lower bound only)

Description

Survival Probaility function for conditional Gompertz distribution (lower bound only)

Usage

pcond_gompertz(time = 1, shape, rate, lower_bound = 0)

Value

Estimate(s) from the conditional Gompertz distribution based on given parameters

Arguments

time

Vector of times

shape

The shape parameter of the Gompertz distribution, defined as in the coef() output on a flexsurvreg object

rate

The rate parameter of the Gompertz distribution, defined as in the coef() output on a flexsurvreg object

lower_bound

The lower bound of the conditional distribution

Examples

Run this code
pcond_gompertz(time=1,shape=0.05,rate=0.01,lower_bound = 50)

Run the code above in your browser using DataLab