Learn R Programming

mbreaks (version 1.0.0)

print.sbtests: Print Sup F and UDMax tests

Description

print prints the following information from a sbtests class object:

  • table supF1 reporting sup F tests of 0 versus 1 upto m breaks with critical values for {1%, 2.5%, 5%, 10%} significance levels

  • table UDmax reporting Double Max tests with critical values for {1%, 2.5%, 5%, 10%} significance levels.

Usage

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

Value

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

Arguments

x

class sbtests object

...

further arguments passed to or from other methods

Examples

Run this code
supF = dotest('inf','inflag',data=nkpc)
print(supF)

Run the code above in your browser using DataLab