I'm using pcount() to estimate abundance of primate groups from point transect survey data. The methods I used are the same as other studies that eventually used n mixture models. As I analyze my data though, using the same code shown in the pcount() help example, I notice that every value I use for K dramatically changes the results. A K of 3 gives ~40 monkeys estimated (very likely for the survey area I sampled in). A K of 4 gives ~ 60, and a K of 50 gives 1000... and this continues, where every value I give for K just makes the estimated abundance larger and larger...
In the Royle 2004 paper that pcount() is derived from, Royle shows an application of the n mixture methods where K = 200, but everything from K=20 up to 200 didn't change estimates that much. The data(mallard) example set provided by unmarked also shows this pattern, where at some point changing K doesn't influence estimates that much. With my data being different, does this indicate a problem with my data fitting the assumptions of the n mixture methods?
For reference, attached is my .csv data and the code I've been using to analyze it. Could anyone please let me know why K is functioning differently for me, or if my data seems fit for n mixture methods such as pcount()?
Thank you very much
B