View source: R/ithresh_methods.R
| print.ithresh | R Documentation |
"ithresh"print method for class "ithresh".
## S3 method for class 'ithresh'
print(x, digits = 2, ...)
x |
an object inheriting from class |
digits |
An integer. Used for number formatting with
|
... |
Additional optional arguments. At present no optional arguments are used. |
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.
The argument x, invisibly, as for all
print methods.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.