| print.ithresh {threshr} | R Documentation |
Print method for objects of class "ithresh"
Description
print method for class "ithresh".
Usage
## S3 method for class 'ithresh'
print(x, digits = 2, ...)
Arguments
x |
an object inheriting from class |
digits |
An integer. Used for number formatting with
|
... |
Additional optional arguments. At present no optional arguments are used. |
Details
Prints a matrix of the estimated threshold weights. Each row gives the weights for each training threshold for a given validation threshold. The row and column names are the approximate quantile levels of the thresholds.
Value
The argument x, invisibly, as for all
print methods.
See Also
ithresh for threshold selection in the i.i.d. case
based on leave-one-out cross-validation.
summary.ithresh Summarizing measures of threshold
predictive performance.
plot.ithresh for the S3 plot method for objects of
class ithresh.
predict.ithresh for predictive inference for the
largest value observed in N years.