Description Usage Arguments Value Examples
View source: R/model.building.R
The function creates a p-value table for multivariable Cox Proportional Hazard regression model.
1 | lr.surv.pval(time, event, covariate, data)
|
time |
A variable for time to event |
event |
A variable for event indicator (1 indicates event, 0 is censored) |
covariate |
A vector of variables included in the multivariable analysis |
data |
A data set |
A matrix with variables and p values in the multivariable Cox model
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.