Re: [R] lmer with only random effect

2013-04-23 Thread Bert Gunter
What you want to do makes no sense. Would you care to explain why you think you want to do it? -- Bert On Tue, Apr 23, 2013 at 1:41 PM, li li wrote: > Dear all, > I want to fit a random effect model with only one random factor. I do not > want to > include the intercept term either. > The m

[R] lmer with only random effect

2013-04-23 Thread li li
Dear all, I want to fit a random effect model with only one random factor. I do not want to include the intercept term either. The model I using now is lmer(values ~ (1|lot), data=tmp) The results are as below. How do I take out the intercept term? Or if this is not possible for the lmer fu