Learn R Programming

extr (version 1.0.0)

print.ext_di: Print Extinction Risk Estimates

Description

S3 method that prints a formatted summary for an ext_di object. The output includes the extinction probability (MLE), its CI, model parameters, a brief data summary, and input settings.

Usage

# S3 method for ext_di
print(x, digits = NULL, ...)

Value

Invisibly returns x after printing the formatted results.

Arguments

x

An object of class "ext_di" as returned by ext_di.

digits

Integer. Significant digits to display; defaults to x$digits when NULL.

...

Additional arguments (currently ignored).

Author

Hiroshi Hakoyama, hiroshi.hakoyama@gmail.com