print.SurvivalAnalysisUnivariateResult | R Documentation |
Print the essentials of a SurvivalAnalysisUnivariateResult
## S3 method for class 'SurvivalAnalysisUnivariateResult'
print(
x,
...,
label = NULL,
p_precision = 3,
hr_precision = 2,
time_precision = 1,
include_end_separator = FALSE,
timespan_unit = c("days", "months", "years")
)
x |
The result generated by |
... |
Further arguments passed from other methods. |
label |
A label describing the result |
p_precision , hr_precision , time_precision |
Precision with which to print floating point values |
include_end_separator |
Append "\n—\n"? Comes handy if printing multiple results following each other |
timespan_unit |
Unit for time spans: "days", "months" or "years". |
The formatted string, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.