I have an avian point count data set in which the maximum count (primarily auditory) over all visits was 5. The birds are highly territorial at the time of year when the surveys were performed, and the maximum number that could have been heard at one site visit (200 m observation radius) is estimated to be 10 with maximal territory packing. Pcount's default K is defined as
K <- max(y, na.rm = TRUE) + 20
so K=25 is the default in this case. In the literature the equations show integration of likelihood to infinity, but 100 or 200 is commonly used as the limit in practice. However, Royle (2004) says that with this model, "the marginal likelihood of the counts is obtained by integrating the binomial likelihood for the observed counts over possible values of abundance for each site" (emphasis mine). Setting a large K is understandable for nonterritorial species, but in this case should K be set to 10?
An interesting example arises when you consider the negative binomial
model. For some reason ecologists are obsessed about fitting negative
binomial models (there are now dozens of papers). For the NB model
there is extreme sensitivity to the value of K for these models owing
to, essentially, a very long right tail of the negative binomial
model. You will find in many practical situations that you need to use
K=several hundred (even 1000) to realize no effect on the MLEs. So, NB
models imply support for N on extremely large and unreasonable
(biologically) values.
choosing a value of N that truncates the likelihood is effectively
like using an informative prior distribution which seems to be
generally frowned about in the literature. You would have to argue
that N=10 makes sense (or whatever), and someone else might think N=8
makes sense, and you find that everyone has their own answer!
regards
andy
On Tue, Jan 11, 2011 at 2:47 PM, rak <richard...@myfwc.com> wrote:
To: unmarked <unma...@googlegroups.com>
From: rak <richard...@myfwc.com>
Sent by: unma...@googlegroups.com
Date: 01/12/2011 09:59AM
Subject: [unmarked] Re: Setting K in pcount
--
You received this message because you are subscribed to the Google Groups "unmarked" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.