log_p11 | R Documentation |
Probability of Remaining in Progression Between Two Time Points for Different Transition Models
log_p11(transition, s, t)
transition |
( |
s |
( |
t |
( |
This returns the natural logarithm of the probability of remaining in progression (state 1) between two time points, conditional on being in state 1 at the lower time point.
transition <- exponential_transition(h01 = 1.2, h02 = 1.5, h12 = 1.6)
log_p11(transition, 1, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.