survPFSOS | R Documentation |
Survival Function of the Product PFS*OS for Different Transition Models
survPFSOS(t, transition)
t |
( |
transition |
( |
This returns the value of PFS*OS survival function at time t.
transition <- exponential_transition(h01 = 1.2, h02 = 1.5, h12 = 1.6)
survPFSOS(0.4, transition)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.