summary.dsmodel {Distance} | R Documentation |
Summary of distance sampling analysis
Description
Provides a brief summary of a distance sampling analysis. This includes parameters, model selection criterion, and optionally abundance in the covered (sampled) region and its standard error.
Usage
## S3 method for class 'dsmodel'
summary(object, ...)
Arguments
object |
a distance analysis |
... |
unspecified and unused arguments for S3 consistency |
Value
list of extracted and summarized objects
Note
This function just calls summary.ds
and dht
,
collates and prints the results in a nice way.
Author(s)
David L. Miller
[Package Distance version 1.0.9 Index]