cox.plot | R Documentation |
Plotting (Forest plot) of uni/multivariable Cox regressions.
cox.plot(
pop.cutoff.obj,
time.var,
event.var,
cox.type,
variables,
ref.var,
xlim = c(0, 10),
return.stats = T,
log.scale = F,
hide.nosig = F
)
pop.cutoff.obj |
An object generated through |
time.var |
Survival time variable. |
event.var |
Variable with event censoring. |
cox.type |
Cox regression type: "unicox" or "multicox". |
variables |
Vector with variables for performing the regression. If nothing is detailed ( |
ref.var |
Variable for being used as reference. Default, alphabetical order. |
xlim |
Limits for x-axis plotting. Default = |
return.stats |
Logical indicating if calculated statistics must be returned. Default = |
log.scale |
Should x-axis be log-transformed (log10). Default = |
hide.nosig |
Hide non-significant cell populations. Default = |
## Not run:
unicox <- cox.plot(pop.cutoff.obj = pop_cuts, time.var, event.var,
cox.type = "multicox", ref.var = "low")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.