View source: R/reverse_survival_aux.R
logit | R Documentation |
Cumpute logit of survival function from lx or qx
logit(lx = NULL, qx = NULL)
lx |
survival function |
qx |
probability of deaths |
Yx, survival function logit value
logit( lx = 0.9 )
logit( qx = 0.25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.