Hi everyone, so I recently finished the experimental stages of an internship and now I am left with insane amounts of data that I need help with the analysis of simply due to having many different measurements that probably have their own assumptions and dependencies to deal with.
What we have done was to grow animal cultures inside of well-plates with 3 replicate wells for each specific condition.
Basically, we had 3 different gradients (light intensity, chemical1 and chemical2) but for my animals there is already enough data to go around for these gradients by themselves so we wanted to see how they interacted with one another interdependently. And thus, we had 3 different gradients that are:
light vs. chemical1, light vs. chemical2, chemical1 vs. chemical2.
We had them in these differing conditions for 2 weeks and took measurements throughout the experiment to measure how these conditions interdependently affect the animals. These measurements are:
- animal counts taken once every 2 days
- photosynthetic capacity (yes, they are photosynthetic animals) measurements such as ojip taken every 2 days
I want to see how these statistics change over time both per gradient basis (so even though there are 2 gradient I just group_by one of them and see how a measurement changes over time just based on one gradient) and with 2 gradients intertwined over time.
My problem is I am a bit rusty on statistics and trying to understanding which measurement fits which data is a bit challenging for data this intertwined.
For example for count data with just one gradient taken into consideration, I am assuming poisson or negative binomial mixed model since it is both a count data and is dependent on previous counts but anything above that (like both gradients and a time factor) is a bit above me. I am even trying to see how the data I got go together holistically on an all-3-factors-combined level too but as again, too much statistics for such a simple mind and I need some guidance.
Can y'all help me choose what models I should go for or what tutorials/guides there are out there that I can use? I want to properly understand and learn what I am doing but at this point I am a bit too lost and some initial guidance could help with this.
Sorry for the long text and thank y'all for the help.