View source: R/coxph_methods.R
plot.std_surv | R Documentation |
This is a plot
method for class "std_surv"
.
## S3 method for class 'std_surv'
plot(
x,
plot_ci = TRUE,
ci_type = "plain",
ci_level = 0.95,
transform = NULL,
contrast = NULL,
reference = NULL,
legendpos = "bottomleft",
summary_fun = "summary_std_coxph",
...
)
x |
An object of class |
plot_ci |
if |
ci_type |
A string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals. |
ci_level |
Coverage probability of confidence intervals. |
transform |
If set to |
contrast |
If set to |
reference |
If |
legendpos |
position of the legend; see legend. |
summary_fun |
For internal use only. Do not change. |
... |
Unused. |
None. Creates a plot as a side effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.