print.ithresh: Print method for objects of class '"ithresh"'

View source: R/ithresh_methods.R

print.ithreshR 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 "ithresh", a result of a call to ithresh.

digits

An integer. Used for number formatting with format and signif.

...

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.


threshr documentation built on Sept. 2, 2023, 5:06 p.m.