| find_cox_root | R Documentation |
Finds the root of the Cox model score equation for weighted log-rank statistics.
find_cox_root(time, delta, z, w_hat, wt_rg)
time |
Numeric vector of event times. |
delta |
Numeric vector of event indicators. |
z |
Numeric vector of group indicators. |
w_hat |
Numeric vector of weights. |
wt_rg |
Numeric vector of rho-gamma weights. |
List with root and additional information, or NA if not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.