print.ExactVaRBacktest: Print method for ExactVaRBacktest

View source: R/wrappers.R

print.ExactVaRBacktestR Documentation

Print method for ExactVaRBacktest

Description

Print method for ExactVaRBacktest

Usage

## S3 method for class 'ExactVaRBacktest'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of class 'ExactVaRBacktest'.

digits

Number of digits to print.

...

Further arguments passed to or from other methods (ignored).

Details

Prints the test name, sample size n, model alpha, significance level, LR statistic, exact p-value, and the decision at the specified level.

Value

The input object x, returned invisibly (class ExactVaRBacktest).


ExactVaRTest documentation built on Aug. 23, 2025, 1:11 a.m.