optimal.prob {untb} | R Documentation |
Returns an estimate of the fundamental biodiversity number
Description
Returns a maximum likelihood estimate for the fundamental biodiversity
number (function
optimal.theta()
) or the
probability of mutation (function optimal.prob()
) and optionally
return information about the likely error
Usage
optimal.prob(x, interval=NULL, N=NULL, like=NULL, ...)
optimal.theta(x, interval=NULL, N=NULL, like=NULL, ...)
Arguments
x |
Ecosystem vector or species count table |
interval |
Bracketing interval for probability of mutation to be
passed to the optimization routine (here |
N |
Integer; the number of parametric resampled estimates to
give. Default of |
like |
Units of likelihood to calculate credible interval. Edwards recommends using 2 |
... |
Further arguments passed to |
Note
The fundamental biodiversity parameter is
, where
is the probability of
mutation (ie, as estimated by
optimal.prob()
), and is
the size of the ecosystem.
For the general case of dispersal limitation, see functions
etienne()
and optimal.params()
.
Author(s)
Robin K. S. Hankin
See Also
etienne
,optimal.params.sloss
,optimal.params.gst
Examples
data(butterflies)
optimal.prob(butterflies)
optimal.theta(butterflies)