[R] Pr(>|z|) in lme4
Dieter Menne
dieter.menne at menne-biomed.de
Fri May 28 11:31:20 CEST 2004
Martin,
> s <- summary(glmmML( whatever))
> s ## to give the above
> str(s) ## to show the internal structure
str() is my favorite, it's essentially how I learned R.
It was no problem to find my way in nlme, but still lost in lme4.
Uwe Liggges wrote:
>Well, I wonder what Dieter Menne is looking for. GLMM() is in lme4 and
uses S4 classes. glmmML() is in "glmmML" and uses S3 classes.>>
You have reasons to wonder. I meant
> s <- summary(GLMM( whatever))
but had also used Goran's glmmML,which did not handle na.omit as nicely as
GLMM does.
Dieter
More information about the R-help
mailing list