Hello
This question is about applying unmarked, but on a modelling assumption.
I have inherited a camera trap dataset which is summary form; rather than a row for each observation, there is a row for each camera trap location for each species, with columns for the total number of sampling events (days in this case) and the total number of sampling events where a species was detected. There are no sampling dates, although I have the beginning and end dates for the sampling at each camera trap location.
So, I could filter the data for one species and then create a matrix of camera trap locations (rows) and sampling days (rows) and populate the rows with 0s and 1s from the summary data; e,g, if the summary was 50 sampling days and detection in 6, i'd have 60 columns, 54 with 0 and 6 with 1. However, I would have no idea in which order to put the 0s and 1s, so this would be random.
i could then still run the single species occupancy, with added site covariates, but no sampling covariates. I do not know of anything in the modelling that uses the sequence of 0s and 1s, so it seems that my getting the correct number of these, but in a random order, does not matter. Or am I missing something?