print.pp.fit: nicer print of pp.fit results

View source: R/ismevExtension.R

print.pp.fitR Documentation

nicer print of pp.fit results

Description

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

Usage

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

Arguments

x

a fitted object of the class pp.fit.

...

further arguments passed to print.

Examples

data(rain, package = "ismev")
a <- ismev::pp.fit(rain, 10)
a

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