Skip to content
Prev 11071 / 20628 Next

reference for standard error of estimated variance components

See help(mcmcsamp), which tells you that mcmcsamp() is no
longer available, but gives a number of other recourses. For
example:
Computing profile confidence intervals ...
Computing profile confidence intervals ...
              2.5 % 97.5 %
.sig01         0.42   0.71
.sigma         1.68   1.82
(Intercept)    4.40   5.04
sexm          -0.01   0.37
PrivPubpublic  0.05   0.78

These are in the same ballpark as the estimates we gave in
'Data Analysis & Graphics Using R', CUP, 3rd edn 2010, p.316,
using mcmcsamp():

Compare
Computing profile confidence intervals ...
       2.5 % 97.5 %
.sig01  0.18   0.51
.sigma  2.83   3.30

with mcmcsamp(), from a pre-1.0 version of lme4    
   0.148 0.43
   2.84   3.28

John Maindonald             email: john.maindonald at anu.edu.au
phone : +61 2 (6125)3473    fax  : +61 2(6125)5549
Centre for Mathematics & Its Applications, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
On 16/11/2013, at 10:49 AM, Jake Westfall <jake987722 at hotmail.com> wrote: