Skip to content
Prev 18672 / 20628 Next

Statistical significance of random-effects (lme4 or others)

Dear Victor,

I'm looking for the p-value for the "variance components", the variance (or
sd) estimated for random-effects in the 4 models I showed?

For example, for m1 I'm looking for the p-value for the terms shown below.

Linear mixed model fit by REML ['lmerMod']
Formula: math ~ 1 + (1 | sch.id)
   Data: hsb

REML criterion at convergence: 47116.8

Scaled residuals:
    Min      1Q  Median      3Q     Max
-3.0631 -0.7539  0.0267  0.7606  2.7426

Random effects: *************
 Groups   Name        Variance Std.Dev.
 sch.id   (Intercept)  8.614   2.935             *****P-VALUE HERE?****
 Residual             39.148   6.257               **** P_VALUE HERE? ****
Number of obs: 7185, groups:  sch.id, 160
On Sun, Sep 6, 2020 at 10:15 PM Simon Harmel <sim.harmel at gmail.com> wrote: