[Rcpp-commits] r2640 - pkg/RcppModels
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 1 22:24:49 CET 2010
Author: dmbates
Date: 2010-12-01 22:24:48 +0100 (Wed, 01 Dec 2010)
New Revision: 2640
Modified:
pkg/RcppModels/ChangeLog
Log:
*** empty log message ***
Modified: pkg/RcppModels/ChangeLog
===================================================================
--- pkg/RcppModels/ChangeLog 2010-12-01 04:14:35 UTC (rev 2639)
+++ pkg/RcppModels/ChangeLog 2010-12-01 21:24:48 UTC (rev 2640)
@@ -1,3 +1,16 @@
+2010-12-01 Douglas Bates <bates at stat.wisc.edu>
+
+ * R/fastGlm.R (fastGlm): Perform IRLS iterations before return.
+ Right now these are rather crude (no error checking). Still need
+ to decide if they should be done in R code or C++ code. Guess
+ I'll just write it both ways and then decide.
+
+ * tests/pois.R: Added the Gamma examples from McCullagh & Nelder
+
+ * src/glmFamily.h (glm): Corrected the expression for GammaDevRes.
+
+ * DESCRIPTION (Depends): Corrected minor, perhaps benign, typo
+
2010-11-30 Douglas Bates <bates at stat.wisc.edu>
* src/Module.cpp: definition of the Rcpp module
More information about the Rcpp-commits
mailing list