print {extrememix} | R Documentation |
Printing Methods
Description
Collection of printing methods for various objects created by extrememix
.
Usage
## S3 method for class 'evmm'
print(x, ...)
## S3 method for class 'summary.ggpd'
print(x, ...)
## S3 method for class 'quantile'
print(x, ...)
## S3 method for class 'return_level'
print(x, ...)
## S3 method for class 'VaR'
print(x, ...)
## S3 method for class 'ES'
print(x, ...)
## S3 method for class 'upper_bound'
print(x, ...)
Arguments
x |
an object created by |
... |
additional arguments for compatibility. |
Value
A printed output of a model estimated with extrememix
.
[Package extrememix version 0.0.1 Index]