Learn R Programming

extrememix (version 0.0.1)

print: Printing Methods

Description

Collection of printing methods for various objects created by extrememix.

Usage

# S3 method for evmm
print(x, ...)

# S3 method for summary.ggpd print(x, ...)

# S3 method for quantile print(x, ...)

# S3 method for return_level print(x, ...)

# S3 method for VaR print(x, ...)

# S3 method for ES print(x, ...)

# S3 method for upper_bound print(x, ...)

Value

A printed output of a model estimated with extrememix.

Arguments

x

an object created by extrememix.

...

additional arguments for compatibility.