print.evreg: Print method for objects of class "evreg"

Description Usage Arguments Details Value See Also

View source: R/print_summary.R

Description

print method for class "evreg".

Usage

1
2
## S3 method for class 'evreg'
print(x, digits = max(3, getOption("digits") - 3L), ...)

Arguments

x

an object inheriting from class "evreg", a result of a call to gevreg.

digits

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

...

Additional optional arguments. At present no optional arguments are used.

Details

Prints: the call, an indicator of convergence (TRUE only if x$call = 0), estimated coefficients, maximized log-likelihood, the number of estimated coefficients (DF) and AIC.

Value

The argument x, invisibly, as for all print methods.

See Also

gevreg GEV generalized linear regression modelling.


pengyuwei94/evreg documentation built on Aug. 29, 2019, 1:06 p.m.