Learn R Programming

MSCCT (version 1.0.2)

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

Description

Print method for the multiple test of RMST

Usage

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

Value

None

Arguments

x

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

...

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

Examples

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

Run the code above in your browser using DataLab