I originally posted this question as a response to
this thread. I thought it might be more appropriate to re-post as a separate question (I deleted my original post).
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. I have been digging through unmarked's
documentation, the literature, and this group to figure out how to look
at a trend of abundance. I have a number of detection covariates I'd like to include in the model, along with year at the site level in order to obtain annual estimates for N. As most sites were surveyed in multiple years, I am trying to figure out how to incorporate year at the site level.
Upon reading about the 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, it seems I should also include site as a random effect to address pseudoreplication issues. If
so, does this mean to:
1.) Include site, defined as (using the example above) "SiteA", i.e., the original site ID (what I was assuming I should do), 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