print.gev.fit: Nicer print of gev.fit results

View source: R/ismevExtension.R

print.gev.fitR Documentation

Nicer print of gev.fit results

Description

This function prints the MLE, se, convergence info and negative log-likelihood value.

Usage

## S3 method for class 'gev.fit'
print(x, ...)

Arguments

x

a fitted object of the class gev.fit.

...

further arguments passed to print.

See Also

gevd.fit, isemv::gev.fit

Examples

# library(ismev)
print(ismev::gev.fit(c(50,45,65,78,12,23),show=FALSE))
print(gevd.fit(c(50,45,65,78,12,23),show=FALSE))

ilapros/ilaprosUtils documentation built on April 6, 2023, 4:44 a.m.