regression_table_multi_cox | R Documentation |
All-in-one publication ready regression table for cox models This function output a publication-ready regression table from a dataset. Each column of the dataset is included as a x variable in a multivariate model.
regression_table_multi_cox(data, y_var, time_var)
data |
A dataframe with row corresponding to samples/patients and columns to variables. |
y_var |
A character string corresponding to the y variable. |
time_var |
A numeric variable corresponding to the time variable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.