Nested effect
I have data for two species and two types of leaves. Species A and B, type R and L. I would like to check how species and type of leaves affects for example leaf area. However I have results of area measurements for several leaves assigned to each individual. Because of that I used nest function: Model effects:SpeciesTypeSpecies*typeLeaf number [Individual]But I receive “The model is missing an ef...