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 exampl
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
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
3 matches
Mail list logo