print.multi_lr: Print method for the multiple log-rank test

View source: R/multi_lr.R

print.multi_lrR Documentation

Print method for the multiple log-rank test

Description

Print method for the multiple log-rank test

Usage

## S3 method for class 'multi_lr'
print(x, ...)

Arguments

x

An object of class multi_lr as returned by multi_lr();

...

For compatibility with the print method, unused and to be ignored.

Value

None

Examples

  x = multi_lr(data_not_PH)
  print(x)



MSCCT documentation built on Aug. 8, 2025, 6:26 p.m.