Table comparing estimates of Cox proportional harzard regression models
summary_IQRcoxRegression.Rd
Table comparing estimates of Cox proportional harzard regression models
summary_IQRcoxRegression(
x,
basemodel = NULL,
FLAGorder = FALSE,
filename = NULL,
SIGNIF = 4,
FLAGreport = TRUE,
FLAGformula = FALSE,
title = NULL,
footerAdd = NULL
)
Arguments
- x
A (named) list with IQRcoxRegression objects (or path to project folders).
- basemodel
Name or index of the model in the list to be used as base model.
- FLAGorder
Flag whether to order models by OBJ (-2*Log-likelihood)
- filename
If given, estimate table written to file.
- SIGNIF
Number of significant digits used for the displayed values.
- FLAGreport
Whether to produce report ready table with estimates.
- FLAGformula
Whether to display model formula
- title
Table title
Note to include in table footer
Value
If no filename is given, table is returned
See also
Other Survival analysis:
IQRcoxRegression()
,
export_IQRcoxRegression()
,
import_IQRcoxRegression()
,
km_IQRsurvival()
,
plot_IQRcoxRegression()