print.ExactVaRBacktestAll | R Documentation |
Print method for ExactVaRBacktestAll
## S3 method for class 'ExactVaRBacktestAll'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
An object of class 'ExactVaRBacktestAll'. |
digits |
Number of digits to print. |
... |
Further arguments passed to or from other methods (ignored). |
Prints a header with sample size n
, model alpha and significance level,
followed by per-test blocks for UC, IND, and CC: LR statistic, exact p-value,
and the decision at the specified level.
The input object x
, returned invisibly (class ExactVaRBacktestAll
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.