Formats a SurvivalAnalysisMultivariateResult for printing
# S3 method for SurvivalAnalysisMultivariateResult
format(x, ..., p_precision = 3, hr_precision = 2, p_less_than_cutoff = 0.001)
The result generated by analyse_multivariate
Further arguments passed from other methods.
Precision with which to print floating point values
Cut-off for small p values. Values smaller than this will be displayed like "<..."
A formatted string, ready for output with cat()