RE: [R] Pr(>|z|) in lme4

2004-05-28 Thread Dieter Menne
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 Men

Re: [R] Pr(>|z|) in lme4

2004-05-28 Thread Uwe Ligges
Martin Maechler wrote: "Dieter" == Dieter Menne <[EMAIL PROTECTED]> on Fri, 28 May 2004 11:04:13 +0200 writes: Dieter> Dear List, I am struggling understanding S4 Dieter> classes. For example, when GLMM Dieter> summary(glmmML( whatever)) Dieter> outputs the following line:

Re: [R] Pr(>|z|) in lme4

2004-05-28 Thread Martin Maechler
> "Dieter" == Dieter Menne <[EMAIL PROTECTED]> > on Fri, 28 May 2004 11:04:13 +0200 writes: Dieter> Dear List, I am struggling understanding S4 Dieter> classes. For example, when GLMM Dieter> summary(glmmML( whatever)) Dieter> outputs the following line: Dieter

[R] Pr(>|z|) in lme4

2004-05-28 Thread Dieter Menne
Dear List, I am struggling understanding S4 classes. For example, when GLMM summary(glmmML( whatever)) outputs the following line: Estimate Std. Error DF z value Pr(>|z|) (Intercept)0.856 0.319 452.68 0.0073 How do I access the Pr column? Dieter ___