The data: Each year, during the months from January to July, a select number of plants had a certain "thing" measured. Each month, this was done almost every day for some plants, and maybe weekly or so, for other plants. This was done for 5 years, and for each year, a new selection of plants were measured (since the ones from the previous year were dead at that point).
Question: How do I model the variation over time and potential correlation structures?
So far, my only idea is to use "Year" and "Month" as factors, and e.g. use "Year + Month + Year*Month" in my regression equation. Then "plant" could be a random effect.
But, is this too simple? What would you do?