print.multi_ts: Print method for the multiple Two-Stage test

View source: R/multi_ts.R

print.multi_tsR Documentation

Print method for the multiple Two-Stage test

Description

Print method for the multiple Two-Stage test

Usage

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

Arguments

x

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

...

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

Value

None

Examples

  # test with a quarter of the data frame data_not_PH
  ind = c(1:100, 401:500, 801:900)
  x = multi_ts(data_not_PH[ind,], method = "BH", eps = 0.1, nboot = 10)
  print(x)


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