Skip to contents

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 class 'ext_di'
print(x, digits = NULL, ...)

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).

Value

Invisibly returns x after printing the formatted results.

Author

Hiroshi Hakoyama, hiroshi.hakoyama@gmail.com