print.sbtests {mbreaks} | R Documentation |
Print Sup F and UDMax tests
Description
print
prints the following information from a sbtests
class object:
table
supF1
reporting sup F tests of 0 versus1
uptom
breaks with critical values for{1%, 2.5%, 5%, 10%}
significance levelstable
UDmax
reporting Double Max tests with critical values for{1%, 2.5%, 5%, 10%}
significance levels.
Usage
## S3 method for class 'sbtests'
print(x, ...)
Arguments
x |
class |
... |
further arguments passed to or from other methods |
Value
No return value, only for printing formatted sbtests
class object to console
Examples
supF = dotest('inf','inflag',data=nkpc)
print(supF)
[Package mbreaks version 1.0.0 Index]