Re: [R] lmer p-values for fixed effects missing

2008-11-18 Thread UKaraoz
Thanks. That's very useful. I was confused by the fact that the p-values are in fact outputted in Faraway's book and elsewhere. The package default output options should have changed since then. UKaraoz wrote: > > > I am trying to replicate the repeated measures example from Dr.Faraway's > boo

Re: [R] lmer p-values for fixed effects missing

2008-11-18 Thread Steven McKinney
> -Original Message- > From: [EMAIL PROTECTED] on behalf of UKaraoz > Sent: Tue 11/18/2008 2:16 PM > To: r-help@r-project.org > Subject: [R] lmer p-values for fixed effects missing > > > I am trying to replicate the repeated measures example from Dr.Faraway

[R] lmer p-values for fixed effects missing

2008-11-18 Thread UKaraoz
I am trying to replicate the repeated measures example from Dr.Faraway's book (Extending the linear model with R) as follows: data(vision) vision$npower <- rep(1:4,14) mmod <-lmer(acuity~power+(1|subject)+(1|subject:eye),vision) When I look at the fixed effects p-value, it is missing. Am I mis

[R] lmer p-values for fixed effects missing

2008-11-18 Thread UKaraoz
I am trying to replicate the repeated measures example from Dr.Faraway's book (Extending the linear model with R) as follows: data(vision) vision$npower <- rep(1:4,14) mmod <-lmer(acuity~power+(1|subject)+(1|subject:eye),vision) When I look at the fixed effects p-value, it is missing. Am I mis