format.SurvivalAnalysisMultivariateResult | R Documentation |
Formats a SurvivalAnalysisMultivariateResult for printing
## S3 method for class 'SurvivalAnalysisMultivariateResult'
format(x, ..., p_precision = 3, hr_precision = 2, p_less_than_cutoff = 0.001)
x |
The result generated by |
... |
Further arguments passed from other methods. |
p_precision , hr_precision |
Precision with which to print floating point values |
p_less_than_cutoff |
Cut-off for small p values. Values smaller than this will be displayed like "<..." |
A formatted string, ready for output with cat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.