print.seqtests {mbreaks} | R Documentation |
Print sequential SupF tests
Description
'print' prints the object of class 'seqtests' with the following information
Maximum number of breaks 'm' in the tests
'sfl' table with sequential sup F tests statistics of l versus l+1 breaks up to 'm' breaks
Usage
## S3 method for class 'seqtests'
print(x, ...)
Arguments
x |
'seqtests' class object. |
... |
further arguments passed to or from other methods. |
Value
No return value, only for printing formatted 'seqtests' class object to console
Examples
seq_supF = doseqtests('inf','inflag',data=nkpc)
print(seq_supF)
[Package mbreaks version 1.0.1 Index]