Hello, I observed ant colony formation under different conditions. Every week I counted the number of eggs, number of larvae, number of pupae and number of workers untile the colony reach a set number of workers. I have 3 types of condition for which I have replicates (colony ID). As the number of each variable I measured can be influenced by the number of the others, I want to do a multivariate GLMM with the four dependent variables. However, I do not find how to do it using GLIMMIX. Is it possible? the data are like colony_ID condition week egg_ng larvae_nb pupae_nb worker_nb 1 A 1 0 0 0 0 1 A 2 2 0 0 0 1 A 3 3 1 0 0 2 A 1 0 0 0 0 2 A 2 4 3 0 0 . . . 70 C 62 10 15 12 8 Thanks for your help.
... View more