print.seqtests: Print sequential SupF tests

View source: R/Procedures.R

print.seqtestsR 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)

mbreaks documentation built on April 3, 2025, 7:38 p.m.