| score_calculation | R Documentation |
Calculates the score and variance for the weighted Cox model.
score_calculation(ybar1, ybar0, dN1, dN0, wt_rg)
ybar1 |
Numeric vector of event counts for group 1. |
ybar0 |
Numeric vector of event counts for group 0. |
dN1 |
Numeric vector of event increments for group 1. |
dN0 |
Numeric vector of event increments for group 0. |
wt_rg |
Numeric vector of rho-gamma weights. |
List with score, variance, information, and weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.