View source: R/summary.dsmodel.R
summary.dsmodel | R Documentation |
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.
## S3 method for class 'dsmodel'
summary(object, ...)
object |
a distance analysis |
... |
unspecified and unused arguments for S3 consistency |
list of extracted and summarized objects
This function just calls summary.ds
and dht
,
collates and prints the results in a nice way.
David L. Miller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.