print.sbtests | R Documentation |
'print' prints the following information from a 'sbtests' class object:
A table reports sup F tests of 0 versus '1' upto 'm' breaks with critical values for 1%, 2.5%, 5%, and 10% significance levels.
A table reporting Double Max tests with critical values for 1%, 2.5%, 5%, and 10% significance levels.
## S3 method for class 'sbtests'
print(x, ...)
x |
class 'sbtests' object |
... |
further arguments passed to or from other methods |
No return value, only for printing formatted 'sbtests' class object to console
supF = dotest('inf','inflag',data=nkpc)
print(supF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.