print.multi_rmst: Print method for the multiple test of RMST

View source: R/multi_rmst.R

print.multi_rmstR Documentation

Print method for the multiple test of RMST

Description

Print method for the multiple test of RMST

Usage

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

Arguments

x

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

...

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

Value

None

Examples

  x = multi_rmst(data_under_PH, tau = 36, nboot = 300)
  print(x)


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