powered by
Survival Function of the Product PFS*OS for Different Transition Models
survPFSOS(t, transition)
This returns the value of PFS*OS survival function at time t.
(numeric) time at which the value of the PFS*OS survival function is to be computed.
numeric
(TransitionParameters) see exponential_transition(), weibull_transition() or piecewise_exponential() for details.
TransitionParameters
exponential_transition()
weibull_transition()
piecewise_exponential()
transition <- exponential_transition(h01 = 1.2, h02 = 1.5, h12 = 1.6) survPFSOS(0.4, transition)
Run the code above in your browser using DataLab