View source: R/base_functions.R
prod_lambda_G_base | R Documentation |
This function calculates \prod_{\lambda}
G as defined in
Frydman (1995), with t_n
the failure times. Note that length(t_n) must be
equal to length(lambda)
prod_lambda_G_base(lambda, t_n, Q, A)
lambda |
Intensities of the 2->3 transition |
t_n |
Unique failure times, same length as lambda |
Q |
Matrix (2 column) containing support intervals as rows |
A |
Matrix (2 column) containing censoring intervals as rows |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.