powered by
Print method for the multiple Two-Stage test
# S3 method for multi_ts print(x, ...)
None
An object of class multi_ts as returned by multi_ts();
multi_ts
multi_ts()
For compatibility with the print method, unused and to be ignored.
print
# 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