Hi all:
I met a question about lmer.

fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)
summary(fm1)

...

Fixed effects:
            Estimate Std. Error t value
(Intercept)  251.405      6.825   36.84
Days          10.467      1.546    6.77

...

My question:
Why p values of (Intercept) and Days are not given?


Many thanks!

Best.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to