Re: [R] fitted values from lmer (lme4 0.98)

2006-01-17 Thread Douglas Bates
On 1/16/06, Daniel A. Powers [EMAIL PROTECTED] wrote: -- R-List Can someone tell me how to get fitted values etc. after fitting lmer? for example, from lme, I can fit mod.1 - lme() and get fitted values, coefficients, etc. in this way mod.1$fitted[,1] or mod.1$fitted[,2] etc. It

Re: [R] fitted values from lmer (lme4 0.98)

2006-01-17 Thread Peter Dalgaard
Douglas Bates [EMAIL PROTECTED] writes: On 1/16/06, Daniel A. Powers [EMAIL PROTECTED] wrote: -- R-List Can someone tell me how to get fitted values etc. after fitting lmer? for example, from lme, I can fit mod.1 - lme() and get fitted values, coefficients, etc. in this way

Re: [R] fitted values from lmer (lme4 0.98)

2006-01-17 Thread Douglas Bates
On 17 Jan 2006 22:00:38 +0100, Peter Dalgaard [EMAIL PROTECTED] wrote: Douglas Bates [EMAIL PROTECTED] writes: On 1/16/06, Daniel A. Powers [EMAIL PROTECTED] wrote: -- R-List Can someone tell me how to get fitted values etc. after fitting lmer? for example, from lme, I can fit

Re: [R] fitted values from lmer (lme4 0.98)

2006-01-17 Thread Spencer Graves
Hi, Doug: I think it would help me to have an option like you just suggested -- with your comment below included in the help file for that option. Thanks for all your hard work and creativity in this. Best Wishes, spencer graves Douglas Bates wrote:

[R] fitted values from lmer (lme4 0.98)

2006-01-16 Thread Daniel A. Powers
-- R-List Can someone tell me how to get fitted values etc. after fitting lmer? for example, from lme, I can fit mod.1 - lme() and get fitted values, coefficients, etc. in this way mod.1$fitted[,1] or mod.1$fitted[,2] etc. It seems lmer uses slots that are unfamiliar to me. Thanks. Dan