| prov:value
| - For example, for ???w???: lmer( y0 ~1+(1+w|sp)+(1|site),data).In lme4, such model can be fitted as an update of the start model with the statement:update(start.model,.~. + (1 + w|sp) + (1|site) - (1|sp), data).To generate all models needed in this tier, we used the statementupdate(start.model,as.formula (paste(. ~.+(1+,block[j],|sp) + (1|site)-(1|sp)))).Here, block is a vector of the candidate
|