print.seqtests | R Documentation |
'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
## S3 method for class 'seqtests'
print(x, ...)
x |
'seqtests' class object. |
... |
further arguments passed to or from other methods. |
No return value, only for printing formatted 'seqtests' class object to console
seq_supF = doseqtests('inf','inflag',data=nkpc)
print(seq_supF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.