I sampled animal behavior for approximately 37 hours in 20 days while exposing them to 5 different "treatments". The treatments were different structures and I wanted to see how they used those, especially how frequently they used them. I would change the "treatment" every two days for a total of two trials per treatment. There were a total of 10 study subjects and they were not exposed to the treatment for the same amount of time (simply because they were not always available) and I did not have the treatments up for the same amount of time (i.e., weather related events).
I want to compare the average rate of events (let's call them crossing events) among treatments and see if there is a statistically significant difference between these. I calculated the rate of events given that the treatments were not sampled for an equal amount of time and the study subjects were also not exposed to the treatments for the same amount of time.
Ho: The average crossing rate is the same for each treatment.
Ha: The average crossing rate is not the same for each treatment.
I have organized my data this way to compare means (this is just a brief example, not real data):
Day | Treatment | Events | Time sampled (mins) | Rate of events |
1 | A | 3 | 85 | 0.035 |
2 | A | 2 | 60 | 0.033 |
3 | B | 0 | 75 | 0.00 |
4 | B | 7 | 115 | 0.06 |
5 | C | 12 | 125 | 0.096 |
6 | C | 1 | 90 | 0.011 |
7 | A | 0 | 200 | 0.00 |
8 | A | 2 | 110 | 0.018 |
9 | D | 6 | 120 | 0.05 |
10 | D | 5 | 105 | 0.047 |
Since I have five means to compare I decided to conduct a Kruskal-Wallis test (my data is not normally distributed) and use the Bonferroni correction. However, when I run this it says "small sample sizes. Refer to statistical tables for tests rather than large-sample approximation." Should I be organizing my data in a different way? Such as by study subject instead of crossings by day? That would give me about 50 rows of data and it would include that individual variation instead of pooling everything by day. Should I simply go by statistical tables? I am wondering what the best approach would be for this.
Thank you! Let me know any questions.