Hello,
I have trouble identifying the correct statistical test and hope you can help me
For my study, I have 10 observations each from 15 different individuals. The outcome measure is count data (e.g., how often they perform a specific behaviour), which is not normally distributed but right skewed. However, after log transformation, the data follows a Gaussian distribution pretty closely. The dataset looks like this.
I now want to assess whether there is a difference between individuals regarding the frequency of the behaviour. I thought about 1-way ANOVA but I don't know if the "nesting" of situations within individuals is a problem.
Alternatively, I thought about generalized linear mixed models. However, because I do not have a predictor other than the individual (which would be my random effect), I don't know what that model would look like.
Any help is highly appreciated.
Thanks!
I have trouble identifying the correct statistical test and hope you can help me
For my study, I have 10 observations each from 15 different individuals. The outcome measure is count data (e.g., how often they perform a specific behaviour), which is not normally distributed but right skewed. However, after log transformation, the data follows a Gaussian distribution pretty closely. The dataset looks like this.
Individual | Observation | Behaviour (Count) |
1 | 1 | 0 |
1 | 2 | 3 |
1 | 3 | 6 |
[...] | ||
2 | 1 | 1 |
2 | 2 | 8 |
2 | 3 | 0 |
[...] | ||
Alternatively, I thought about generalized linear mixed models. However, because I do not have a predictor other than the individual (which would be my random effect), I don't know what that model would look like.
Any help is highly appreciated.
Thanks!
Comment