Re: [R] lmer fixed effects, SE, t . . . and p

2010-09-10 Thread Gavin Simpson
Gavin Simpson > To: John Sorkin > Cc: r-help@r-project.org; Bert Gunter > Sent: Fri, September 10, 2010 2:05:37 AM > Subject: Re: [R] lmer fixed effects, SE, t . . . and p > > On Thu, 2010-09-09 at 23:40 -0400, John Sorkin wrote: > > Bert, > > I appreciate you com

Re: [R] lmer fixed effects, SE, t . . . and p

2010-09-10 Thread array chip
But as far as I know, profile() seems to be de-activated in the lme4 package. - Original Message From: Gavin Simpson To: John Sorkin Cc: r-help@r-project.org; Bert Gunter Sent: Fri, September 10, 2010 2:05:37 AM Subject: Re: [R] lmer fixed effects, SE, t . . . and p On Thu, 2010-09

Re: [R] lmer fixed effects, SE, t . . . and p

2010-09-10 Thread Gavin Simpson
On Thu, 2010-09-09 at 23:40 -0400, John Sorkin wrote: > Bert, > I appreciate you comments, and I have read Doug Bates writing about p > values in mixed effects regression. It is precisely because I read > Doug's material that I asked "how are we to interpret the estimates" > rather than "how can we

Re: [R] lmer fixed effects, SE, t . . . and p

2010-09-09 Thread John Sorkin
Bert, I appreciate you comments, and I have read Doug Bates writing about p values in mixed effects regression. It is precisely because I read Doug's material that I asked "how are we to interpret the estimates" rather than "how can we compute a p value". My question is a simple question whose

Re: [R] lmer fixed effects, SE, t . . . and p

2010-09-09 Thread Mitchell Maltenfort
Try coef(summary(fit3)) On Thu, Sep 9, 2010 at 11:00 PM, John Sorkin wrote: > windows Vista > R 2.10.1 > > > (1) How can I get the complete table of for the fixed effects from lmer. As > can be seen from the example below, fixef(fit2) only give the estimates and > not the SE or t value > >> fi