Print the essentials of a SurvivalAnalySurvivalAnalysisMultivariateResult
# S3 method for SurvivalAnalysisMultivariateResult
print(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
Precision with which to print floating point values
Cut-off for small p values. Values smaller than this will be displayed like "<..."
The formatted string, invisibly. #' @export