Hi Ian,
Thanks very much for taking the time to look at my problem - I appreciate it.
In my code to the google group, I forgot to include that I define ’usage’ for each occasion and trap - of either 30 or 31, since the occasions are month-long. So my intent with binomN=1 was to apply that custom ‘usage’ rather than just the default 1. I can see how forgetting to include that would make my code seem I am using the default usage=1.
But, your response still seems to have helped me solve the problem - which was an order of operations issue! I mistakenly created the capthist object with the traps first and only then did I define trap usage. As a result, the traps part of the capthist object still only have usage=1.
The model runs fine now when I assign usage first and then create the capthist object using the 'correctly-usaged' traps . It’s a wonder any of my previous models even ran, and gave me reasonable results!
What you observed with the various different binomN assignments make sense, too.
Time to rerun some loops. Thanks again for your help.
Cat