Learn R Programming

MSCCT (version 1.0.2)

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

Description

Print method for the multiple log-rank test

Usage

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

Value

None

Arguments

x

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

...

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

Examples

Run this code
  x = multi_lr(data_not_PH)
  print(x)


Run the code above in your browser using DataLab