I am developing a research project where we are evaluating the growth of seedlings. The plots are distributed in an open greenhouse and some environmental parameters vary according to their position. To reduce this effect, we define blocks to group plots that are located under different conditions.
We will make several measurements on the different plots and therefore we must use mixed models. My question is: in an experiment without blocks, the plots are the random factor, but in this case, do I consider the blocks as the random factor?
I don't have the data yet and I haven't carried out the analysis, but my question (using R) would be how should I use the blocks in the model?:
growth ~ factor1 + factor2 + (1|block)
or
growth ~ factor1 + factor2 + block + (1|plot)