Skip to content
Prev 14179 / 20628 Next

syntax for nested random factors in lme

Kathleen,

In R formulae, the "B/A" syntax gets expanded to "B + A:B" -- in other words, effects are estimated for the Bs and for the As-within-Bs. But since you already have B in the fixed part of the model, this means your model is trying to estimate both fixed and random effects of B, which is certainly the problem. Try replacing "B/A" with "A:B" and see if that works better.

Jake
Message-ID: <DM3PR19MB05222C5737E83A1009027C48CBD60@DM3PR19MB0522.namprd19.prod.outlook.com>
In-Reply-To: <CA+G7zRh3kg7uWriakX5c1j-5EQis+Cm3f+bf934SRpxNSK9bzg@mail.gmail.com>