[Distr-commits] r224 - branches/distr-2.0/pkg/distrMod/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 1 06:00:52 CEST 2008


Author: ruckdeschel
Date: 2008-08-01 06:00:52 +0200 (Fri, 01 Aug 2008)
New Revision: 224

Modified:
   branches/distr-2.0/pkg/distrMod/R/AllClass.R
Log:
and yet another ()() typo...

Modified: branches/distr-2.0/pkg/distrMod/R/AllClass.R
===================================================================
--- branches/distr-2.0/pkg/distrMod/R/AllClass.R	2008-08-01 03:53:22 UTC (rev 223)
+++ branches/distr-2.0/pkg/distrMod/R/AllClass.R	2008-08-01 04:00:52 UTC (rev 224)
@@ -444,7 +444,8 @@
                    nuis.idx = NULL,
                    trafo = list(fct = function(x){
                                       list(fval = x, mat = matrix(0))}, 
-                                mat = matrix(0)),
+                                mat = matrix(0))
+                   ),
          contains = "Estimate")
 
 ## To Do: class MLEstimate which is compatible with class



More information about the Distr-commits mailing list