print.multi_ts | R Documentation |
Print method for the multiple Two-Stage test
## S3 method for class 'multi_ts'
print(x, ...)
x |
An object of class |
... |
For compatibility with the |
None
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.