Skip to content
Prev 2318 / 20628 Next

Side effects from mcmcsamp()

I have uploaded a new version of the lme4 package to CRAN's incoming
directory.  This version (0.999375-31) forces a copy of the fitted
model object in the mcmcsamp function before passing it to the C code.
 I enclose a copy of John's example run with the new release of lme4.


On Fri, May 15, 2009 at 5:26 PM, John Maindonald
<john.maindonald at anu.edu.au> wrote:
-------------- next part --------------

R version 2.9.0 (2009-04-17)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Loading required package: MASS

Attaching package: 'DAAG'


	The following object(s) are masked from package:MASS :

	 hills
Loading required package: Matrix
Loading required package: lattice

Attaching package: 'Matrix'


	The following object(s) are masked from package:stats :

	 xtabs 


	The following object(s) are masked from package:base :

	 rcond
Linear mixed model fit by REML 
Formula: harvwt ~ 1 + (1 | site) 
   Data: ant111b 
   AIC   BIC logLik deviance REMLdev
 100.4 104.8 -47.21    95.08   94.42
Random effects:
 Groups   Name        Variance Std.Dev.
 site     (Intercept) 2.36773  1.53874 
 Residual             0.57754  0.75996 
Number of obs: 32, groups: site, 8

Fixed effects:
            Estimate Std. Error t value
(Intercept)   4.2917     0.5603   7.659
$site
            (Intercept)
(Intercept)    2.367733
attr(,"stddev")
(Intercept) 
   1.538744 
attr(,"correlation")
            (Intercept)
(Intercept)           1

attr(,"sc")
sigmaREML 
 0.759959
Linear mixed model fit by REML 
Formula: harvwt ~ 1 + (1 | site) 
   Data: ant111b 
   AIC   BIC logLik deviance REMLdev
 100.4 104.8 -47.21    95.08   94.42
Random effects:
 Groups   Name        Variance Std.Dev.
 site     (Intercept) 2.36773  1.53874 
 Residual             0.57754  0.75996 
Number of obs: 32, groups: site, 8

Fixed effects:
            Estimate Std. Error t value
(Intercept)   4.2917     0.5603   7.659
R version 2.9.0 (2009-04-17) 
x86_64-pc-linux-gnu 

locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] lme4_0.999375-31   Matrix_0.999375-27 lattice_0.17-25    DAAG_0.99-1       
[5] MASS_7.2-47       

loaded via a namespace (and not attached):
[1] grid_2.9.0
user  system elapsed 
 14.096   0.224  14.291