Learn R Programming

simIDM (version 0.1.0)

ExpSurvPFS: PFS Survival Function from Constant Transition Hazards

Description

PFS Survival Function from Constant Transition Hazards

Usage

ExpSurvPFS(t, h01, h02)

Value

This returns the value of PFS survival function at time t.

Arguments

t

(numeric)
study time-points.

h01

(positive number)
transition hazard for 0 to 1 transition.

h02

(positive number)
transition hazard for 0 to 2 transition.

Examples

Run this code
ExpSurvPFS(c(1:5), 0.2, 0.4)

Run the code above in your browser using DataLab