Learn R Programming

MSCCT (version 1.0.2)

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

Description

Print method for the multiple Two-Stage test

Usage

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

Value

None

Arguments

x

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

...

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

Examples

Run this code
  # 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)

Run the code above in your browser using DataLab