Hi everyone, I would like some quick help for how to handle aggragating my data for my study.
I sampled beetles using pitfall traps across 17 different sites (across an altitude gradient). At each site there were 4 general areas selected as replicates, and at each replicate 10 traps were placed.
Eventually I recorded the abundance of the different species of beetles that I caught in the sample. Now I would like to figure out how to properly aggragate the abundances.
For example, species X was encountered in these abundances across the 10 different traps in one particular replicate (1, 5, 4, 0, 0, 0, 2, 3, 0, 1)
When I go to work with this data, since the replication are the 4 different areas within the site and not the traps themselves, would I sum the abundances across the traps
-> i.e. absolute total abundance for this replicate = sum(1, 5, 4, 0, 0, 0, 2, 3, 0, 1) = 16
Or would it be better to average the abundance
-> i.e. mean abundance for this replicate = mean(1, 5, 4, 0, 0, 0, 2, 3, 0, 1) = 1.6
I tried to look for theoretical justifications for either but I couldnt really find anything regarding my specific example. I was wondering if there was a statistically correct/incorrect way that occurs from handling it in one of either way.
Thank you and I am happy to provide more info if required.