Hi Marc,
I have been trying to figure out how to generate annual abundance estimates using pcount(). I'm working with a large dataset of surveys for a rare turtle species (~700 sites, ~4,000 surveys, 2012-2024). Survey effort across sites and years is not uniform. I have had success with models looking at abundance as related to various site covariates and detection across years. But have been digging through unmarked's documentation, the literature, and this group to figure out how to look at a trend of abundance.
Upon reading about this site/year "stacking" method, I wondered if it would be appropriate to meet my objective. Could I create a y-matrix that looks like the following?
SiteAYear01 survey01 survey02 survey03
SiteAYear02 survey01 survey02 survey03 survey04
SiteAYear03 survey01 survey02 survey03
etc...
Could I then add year as a site covariate to generate estimates of abundance for each year? If that's a reasonable thing to do, and from reading your response to Vatsal, I should also include site as a random effect? If so, does this mean to:
1.) Include site, defined as (using the example above) "SiteA", i.e., the original site ID, or
2.) Include site, defined as (using the example above) "SiteAYear01", i.e., the site as it pertains to the y-matrix
Any input would be greatly appreciated. I am still trying to get my bearings using N-mixture so it is entirely possible I am missing something simple to address my issue.
Thank you!
Ryan