phregR | R Documentation |
Fast Cox PH regression with R implementation to play and adjust in R function: FastCoxPLstrataR
phregR(formula, data, offset = NULL, weights = NULL, ...)
formula |
formula with 'Surv' outcome (see |
data |
data frame |
offset |
offsets for cox model |
weights |
weights for Cox score equations |
... |
Additional arguments to lower level funtions |
Robust variance is default variance with the summary.
influence functions (iid) will follow numerical order of given cluster variable so ordering after $id will give iid in order of data-set.
Klaus K. Holst, Thomas Scheike
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.