Learn R Programming

mbreaks (version 1.0.0)

print.seqtests: 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 seqtests
print(x, ...)

Value

No return value, only for printing formatted seqtests class object to console

Arguments

x

seqtests class object.

...

further arguments passed to or from other methods.

Examples

Run this code
seq_supF = doseqtests('inf','inflag',data=nkpc)
print(seq_supF)

Run the code above in your browser using DataLab