Displaying 1 result from an estimated 1 matches for "divebydive".
2006 Apr 20
2
Missing p-values using lmer()
...4
package). Well, it seems to work well, except that I’m not getting any
p-value (see example below). Can someone tell me what I did wrong?
Thanks for your help,
Amélie
> library(gdata)
> dive <- read.xls("C:/Documents and Settings/Amelie/My Documents/Postdoc/CE
2005-2006/divebydive.xls", perl="C:/perl/bin/perl.exe")
> library(lme4)
Loading required package: Matrix
Loading required package: lattice
> reml.res <- lmer(UNDS~SUCCESSMN+(1|BIRD), dive)
> summary(reml.res)
Linear mixed-effects model fit by REML
Formula: UNDS ~ SUCCESSMN + (1 | BIRD...