print.sbtests: Print Sup F and UDMax tests

View source: R/Procedures.R

print.sbtestsR Documentation

Print Sup F and UDMax tests

Description

'print' prints the following information from a 'sbtests' class object:

'supF1'

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.

'UDmax'

A table reporting Double Max tests with critical values for 1%, 2.5%, 5%, and 10% significance levels.

Usage

## S3 method for class 'sbtests'
print(x, ...)

Arguments

x

class 'sbtests' object

...

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)


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