Skip to content
Prev 16133 / 20628 Next

Df for 'random-intercept-only' model

Hi Rune,

many thanks for the bug fix!

Best,
Maarten
On Jan 25, 2018 15:21, "Rune Haubo" <rune.haubo at gmail.com> wrote:
Hi Maarten,

This is fixed in the development version of lmerTest on GitHub - you
may install with

library("devtools") # install if you don't have it already.
install_github("runehaubo/lmerTest?)

Furture bug-reports are also welcome here.

For your example data I get:

Linear mixed model fit by REML t-tests use Satterthwaite
approximations to degrees of
  freedom [merModLmerTest]
Formula: value ~ 1 + (1 | participant)
   Data: d

REML criterion at convergence: 430.6

Scaled residuals:
     Min       1Q   Median       3Q      Max
-1.95994 -0.51445  0.09534  0.47149  2.28058

Random effects:
 Groups      Name        Variance Std.Dev.
 participant (Intercept) 4.714    2.171
 Residual                1.945    1.395
Number of obs: 100, groups:  participant, 47

Fixed effects:
            Estimate Std. Error      df t value Pr(>|t|)
(Intercept)  15.0660     0.3529 44.6400   42.69   <2e-16 ***
---
Signif. codes:  0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1


Best regards
Rune (for the lmerTest developers)


On 20 January 2018 at 15:13, Maarten Jung
<Maarten.Jung at mailbox.tu-dresden.de> wrote:
d).