[Lme4-commits] r1847 - www/JSS
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 26 16:45:47 CEST 2013
Author: dmbates
Date: 2013-08-26 16:45:46 +0200 (Mon, 26 Aug 2013)
New Revision: 1847
Added:
www/JSS/LMMpaper.md
Log:
Add outline
Added: www/JSS/LMMpaper.md
===================================================================
--- www/JSS/LMMpaper.md (rev 0)
+++ www/JSS/LMMpaper.md 2013-08-26 14:45:46 UTC (rev 1847)
@@ -0,0 +1,23 @@
+LMM paper - Bates, Maechler, Bolker and Walker
+
+1. Introduction (done)
+ * Motivation
+ * Model and notation
+
+2. Derivation of the modified Henderson's MME and profiled log-likelihood (done)
+
+3. Implementation of PLS solution in pure R (and in Julia)
+ * lme4-1.0 uses compiled code
+ * getME function to extract objects of interest
+ * VarCorr, pre-computation of Z'WZ, ...
+
+4. Special cases
+ * a single scalar r.e. term -> diagonal Lambda and L
+ * a single vector-valued r.e. term -> block-diagonal Lambda and L
+ * nested grouping factors -> no fill-in, permutation on post-order only
+ * scalar, not necessarily nested model -> diagonal updates
+
+5. Profiling parameters and graphical presentation
+
+6. Modularization?
+
More information about the Lme4-commits
mailing list