Skip to content

What p value should I report here?

1 message · Ben Bolker

#
What we'd like to see is the *results* of summary(Vert_effect) and
summary(model.frame(glmm_Vert_effect)) ... for example, if I was running
the first example in ?lmer, the desired output would look something like
this (here, the two outputs are identical because there are no NA values
in the input).
Loading required package: Matrix
Reaction          Days        Subject
 Min.   :194.3   Min.   :0.0   308    : 10
 1st Qu.:255.4   1st Qu.:2.0   309    : 10
 Median :288.7   Median :4.5   310    : 10
 Mean   :298.5   Mean   :4.5   330    : 10
 3rd Qu.:336.8   3rd Qu.:7.0   331    : 10
 Max.   :466.4   Max.   :9.0   332    : 10
                               (Other):120
Reaction          Days        Subject
 Min.   :194.3   Min.   :0.0   308    : 10
 1st Qu.:255.4   1st Qu.:2.0   309    : 10
 Median :288.7   Median :4.5   310    : 10
 Mean   :298.5   Mean   :4.5   330    : 10
 3rd Qu.:336.8   3rd Qu.:7.0   331    : 10
 Max.   :466.4   Max.   :9.0   332    : 10
                               (Other):120
On 2019-05-02 10:51 p.m., DESPINA MICHAILIDOU wrote: