corTrans {simIDM}R Documentation

Correlation of PFS and OS event times for Different Transition Models

Description

Correlation of PFS and OS event times for Different Transition Models

Usage

corTrans(transition)

Arguments

transition

(TransitionParameters)
see exponential_transition(), weibull_transition() or piecewise_exponential() for details.

Value

The correlation of PFS and OS.

Examples

transition <- exponential_transition(h01 = 1.2, h02 = 1.5, h12 = 1.6)
corTrans(transition)

[Package simIDM version 0.1.0 Index]