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.
# S3 method for ext_di
print(x, digits = NULL, ...)Invisibly returns x after printing the formatted results.
An object of class "ext_di" as returned by
ext_di.
Integer. Significant digits to display; defaults to
x$digits when NULL.
Additional arguments (currently ignored).
Hiroshi Hakoyama, hiroshi.hakoyama@gmail.com