New to LME's and wondering if someone might be able to help me with this question. Does the application of a random block in an LME apply to both the dependent variable and the independent variable(s)? For instance if my model is:
mod <- lme(concentration ~ growth rate, random = ~1|site, data = all.data)
does this application of a random block assume an intercept that is different for each site, telling my model it will have various responses dependent upon variable baseline concentration levels per site, or baseline concentrations and individual growth rates?