richness {unmarked} | R Documentation |
Estimate posterior distributions of site richness
Description
Estimate posterior distributions of site richness from a fitted community occupancy
model using empirical Bayes methods. This function uses ranef
and posteriorSamples
internally.
Usage
## S4 method for signature 'unmarkedFitOccuComm'
richness(object, nsims=100, posterior=FALSE)
Arguments
object |
A |
nsims |
Number of posterior samples to generate. |
posterior |
Logical. If |
Author(s)
Ken Kellner contact@kenkellner.com
See Also
occuComm
, ranef
, posteriorSamples
[Package unmarked version 1.5.0 Index]