Print Extinction Risk Estimates
print.ext_di.Rd
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 byext_di
.- digits
Integer. Significant digits to display; defaults to
x$digits
whenNULL
.- ...
Additional arguments (currently ignored).
Author
Hiroshi Hakoyama, hiroshi.hakoyama@gmail.com